#42CC3D

Color #42CC3D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #42CC3D

Tints of Lime Green #42CC3D

Color information

#42CC3D (or 0x42CC3D) is unknown color: approx Lime Green. HEX triplet: 42, CC and 3D. RGB value is (66,204,61). Sum of RGB (Red+Green+Blue) = 66+204+61=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC3D is #BD33C2. Grayscale: #929292. Windows color (decimal): -12399555 or 4049986. OLE color: 4049986.

HSL color Cylindrical-coordinate representation of color #42CC3D: hue angle of 117.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CC3D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB6620461-
CMYK0.6800.700.2
HSL117.9º58.37%51.96%-
HSV(B)117.9º70.1%80%-
XYZ24.6844.6811.74-
YUV146.4479.7870.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 204 (80.08% from 255) = 61.63%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=19.94%
G=61.63%
B=18.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66204610.6800.700.2117.958.3751.96
Hex42CC3D4404614763a34
Octal102314751040106241667264
Binary100001011001100111101100010001000110101001110110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42CC3D; }

 p { color: rgb(66,204,61); }

 H1.HeaderClassName
 {
   color: #42CC3D;
 }
 .AnyTagClassName
 {
   color: #42CC3D;
 }
</style>
background-color css

<style>
 a { background-color: #42CC3D; }

 a { background-color: rgb(66,204,61); }

 div.DivClassName
 {
   background-color: #42CC3D;
 }
 .BgClassName
 {
   background-color: #42CC3D;
 }
</style>
border-color css

<style>
 span { border-color: #42CC3D; }

 span { border-color: rgb(66,204,61); }

 td.TdClassName
 {
   border-color: #42CC3D;
 }
 .TagClassName
 {
   border-color: #42CC3D;
 }
</style>