Html Css Color HEX #42E41C Lime Green

📋 copy color: '#42E41C'

red 66 ◦ green 228 ◦ blue 28

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

Shades of Lime Green #42E41C

Tints of Lime Green #42E41C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.81%

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 20.5%
G = 70.81%
B = 8.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#42E41C (or 0x42E41C) is known color: Lime Green. HEX triplet: 42, E4 and 1C. RGB value is (66,228,28). Sum of RGB (Red+Green+Blue) = 66+228+28=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #42E41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E41C is #BD1BE3. Grayscale: #9D9D9D. Windows color (decimal): -12393444 or 1893442. OLE color: 1893442.

HSL color Cylindrical-coordinate representation of color #42E41C: hue angle of 108.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E41C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 228 28 -
CMYK 0.71 0 0.88 0.11
HSL 108.6º 0.79% 0.5% -
HSV(B) 108.6º 0.88% 0.89% -
XYZ 30.2 56.73 10.46 -
YUV 156.76 55.33 63.26 -
System Red Green Blue C M Y K H S L
Decimal 66 228 28 0.71 0 0.88 0.11 108.6 0.79 0.5
Hex 42 E4 1C 47 0 58 B 6D 4F 32
Octal 102 344 34 107 0 130 13 155 117 62
Binary 1000010 11100100 11100 1000111 0 1011000 1011 1101101 1001111 110010

Color Harmonies of #42E41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E41C

Black with #42E41C

Text Example


Text Example

White with #42E41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,228,28); }

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

background-color css

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

 a { background-color: rgb(66,228,28); }

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

border-color css

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

 span { border-color: rgb(66,228,28); }

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