Html Css Color HEX #42E24F Lime Green

📋 copy color: '#42E24F'

red 66 ◦ green 226 ◦ blue 79

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

Shades of Lime Green #42E24F

Tints of Lime Green #42E24F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.92%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 17.79%
G = 60.92%
B = 21.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#42E24F (or 0x42E24F) is known color: Lime Green. HEX triplet: 42, E2 and 4F. RGB value is (66,226,79). Sum of RGB (Red+Green+Blue) = 66+226+79=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #42E24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E24F is #BD1DB0. Grayscale: #A1A1A1. Windows color (decimal): -12393905 or 5235266. OLE color: 5235266.

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

Color convert

RGB 66 226 79 -
CMYK 0.71 0 0.65 0.11
HSL 124.88º 0.73% 0.57% -
HSV(B) 124.88º 0.71% 0.89% -
XYZ 30.85 56.12 16.6 -
YUV 161.4 81.49 59.95 -
System Red Green Blue C M Y K H S L
Decimal 66 226 79 0.71 0 0.65 0.11 124.88 0.73 0.57
Hex 42 E2 4F 47 0 41 B 7D 49 39
Octal 102 342 117 107 0 101 13 175 111 71
Binary 1000010 11100010 1001111 1000111 0 1000001 1011 1111101 1001001 111001

Color Harmonies of #42E24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E24F

Black with #42E24F

Text Example


Text Example

White with #42E24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,226,79); }

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

background-color css

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

 a { background-color: rgb(66,226,79); }

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

border-color css

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

 span { border-color: rgb(66,226,79); }

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