Html Css Color HEX #42C929 Lime Green

📋 copy color: '#42C929'

red 66 ◦ green 201 ◦ blue 41

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

Shades of Lime Green #42C929

Tints of Lime Green #42C929

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.26%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 21.43%
G = 65.26%
B = 13.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#42C929 (or 0x42C929) is known color: Lime Green. HEX triplet: 42, C9 and 29. RGB value is (66,201,41). Sum of RGB (Red+Green+Blue) = 66+201+41=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #42C929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C929 is #BD36D6. Grayscale: #8E8E8E. Windows color (decimal): -12400343 or 2738498. OLE color: 2738498.

HSL color Cylindrical-coordinate representation of color #42C929: hue angle of 110.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42C929 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 41 -
CMYK 0.67 0 0.80 0.21
HSL 110.63º 0.66% 0.47% -
HSV(B) 110.63º 0.8% 0.79% -
XYZ 23.53 43.09 9.17 -
YUV 142.4 70.77 73.51 -
System Red Green Blue C M Y K H S L
Decimal 66 201 41 0.67 0 0.80 0.21 110.63 0.66 0.47
Hex 42 C9 29 43 0 50 15 6F 42 2F
Octal 102 311 51 103 0 120 25 157 102 57
Binary 1000010 11001001 101001 1000011 0 1010000 10101 1101111 1000010 101111

Color Harmonies of #42C929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C929

Black with #42C929

Text Example


Text Example

White with #42C929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,41); }

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

background-color css

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

 a { background-color: rgb(66,201,41); }

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

border-color css

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

 span { border-color: rgb(66,201,41); }

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