Html Css Color HEX #42CB46 Lime Green

📋 copy color: '#42CB46'

red 66 ◦ green 203 ◦ blue 70

#42CB46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42CB46

Tints of Lime Green #42CB46

RGB

 RED value IS 66 (26.17% from 255) = 19.47%

 GREEN value IS 203 (79.69% from 255) = 59.88%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 19.47%
G = 59.88%
B = 20.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#42CB46 (or 0x42CB46) is known color: Lime Green. HEX triplet: 42, CB and 46. RGB value is (66,203,70). Sum of RGB (Red+Green+Blue) = 66+203+70=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB46 is #BD34B9. Grayscale: #939393. Windows color (decimal): -12399802 or 4639554. OLE color: 4639554.

HSL color Cylindrical-coordinate representation of color #42CB46: hue angle of 121.75º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB46 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 70 -
CMYK 0.67 0 0.66 0.20
HSL 121.75º 0.57% 0.53% -
HSV(B) 121.75º 0.67% 0.8% -
XYZ 24.71 44.31 13.05 -
YUV 146.88 84.61 70.31 -
System Red Green Blue C M Y K H S L
Decimal 66 203 70 0.67 0 0.66 0.20 121.75 0.57 0.53
Hex 42 CB 46 43 0 42 14 7A 39 35
Octal 102 313 106 103 0 102 24 172 71 65
Binary 1000010 11001011 1000110 1000011 0 1000010 10100 1111010 111001 110101

Color Harmonies of #42CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB46

Black with #42CB46

Text Example


Text Example

White with #42CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,203,70); }

 H1.HeaderClassName
 {
   color: #42CB46;
 }
 .AnyTagClassName
 {
   color: #42CB46;
 }
</style>

background-color css

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

 a { background-color: rgb(66,203,70); }

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

border-color css

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

 span { border-color: rgb(66,203,70); }

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