Html Css Color HEX #42D126 Lime Green

📋 copy color: '#42D126'

red 66 ◦ green 209 ◦ blue 38

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

Shades of Lime Green #42D126

Tints of Lime Green #42D126

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.77%

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 21.09%
G = 66.77%
B = 12.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#42D126 (or 0x42D126) is known color: Lime Green. HEX triplet: 42, D1 and 26. RGB value is (66,209,38). Sum of RGB (Red+Green+Blue) = 66+209+38=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 209 (82.03% from 255 or 66.77% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 209 - color contains mainly: green. Hex color #42D126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D126 is #BD2ED9. Grayscale: #939393. Windows color (decimal): -12398298 or 2543938. OLE color: 2543938.

HSL color Cylindrical-coordinate representation of color #42D126: hue angle of 110.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42D126 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 38 -
CMYK 0.68 0 0.82 0.18
HSL 110.18º 0.69% 0.48% -
HSV(B) 110.18º 0.82% 0.82% -
XYZ 25.4 46.9 9.55 -
YUV 146.75 66.62 70.4 -
System Red Green Blue C M Y K H S L
Decimal 66 209 38 0.68 0 0.82 0.18 110.18 0.69 0.48
Hex 42 D1 26 44 0 52 12 6E 45 30
Octal 102 321 46 104 0 122 22 156 105 60
Binary 1000010 11010001 100110 1000100 0 1010010 10010 1101110 1000101 110000

Color Harmonies of #42D126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D126

Black with #42D126

Text Example


Text Example

White with #42D126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,209,38); }

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

background-color css

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

 a { background-color: rgb(66,209,38); }

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

border-color css

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

 span { border-color: rgb(66,209,38); }

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