Html Css Color HEX #42C629 Lime Green

📋 copy color: '#42C629'

red 66 ◦ green 198 ◦ blue 41

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

Shades of Lime Green #42C629

Tints of Lime Green #42C629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 64.92%

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

R = 21.64%
G = 64.92%
B = 13.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#42C629 (or 0x42C629) is known color: Lime Green. HEX triplet: 42, C6 and 29. RGB value is (66,198,41). Sum of RGB (Red+Green+Blue) = 66+198+41=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #42C629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C629 is #BD39D6. Grayscale: #8D8D8D. Windows color (decimal): -12401111 or 2737730. OLE color: 2737730.

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

Color convert

RGB 66 198 41 -
CMYK 0.67 0 0.79 0.22
HSL 110.45º 0.66% 0.47% -
HSV(B) 110.45º 0.79% 0.78% -
XYZ 22.84 41.71 8.94 -
YUV 140.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 66 198 41 0.67 0 0.79 0.22 110.45 0.66 0.47
Hex 42 C6 29 43 0 4F 16 6E 42 2F
Octal 102 306 51 103 0 117 26 156 102 57
Binary 1000010 11000110 101001 1000011 0 1001111 10110 1101110 1000010 101111

Color Harmonies of #42C629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C629

Black with #42C629

Text Example


Text Example

White with #42C629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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