Html Css Color HEX #42EA49 Lime Green

📋 copy color: '#42EA49'

red 66 ◦ green 234 ◦ blue 73

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

Shades of Lime Green #42EA49

Tints of Lime Green #42EA49

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.73%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 17.69%
G = 62.73%
B = 19.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#42EA49 (or 0x42EA49) is known color: Lime Green. HEX triplet: 42, EA and 49. RGB value is (66,234,73). Sum of RGB (Red+Green+Blue) = 66+234+73=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA49 is #BD15B6. Grayscale: #A5A5A5. Windows color (decimal): -12391863 or 4844098. OLE color: 4844098.

HSL color Cylindrical-coordinate representation of color #42EA49: hue angle of 122.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA49 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 73 -
CMYK 0.72 0 0.69 0.08
HSL 122.5º 0.8% 0.59% -
HSV(B) 122.5º 0.72% 0.92% -
XYZ 32.87 60.48 16.25 -
YUV 165.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 66 234 73 0.72 0 0.69 0.08 122.5 0.8 0.59
Hex 42 EA 49 48 0 45 8 7B 50 3B
Octal 102 352 111 110 0 105 10 173 120 73
Binary 1000010 11101010 1001001 1001000 0 1000101 1000 1111011 1010000 111011

Color Harmonies of #42EA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA49

Black with #42EA49

Text Example


Text Example

White with #42EA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,234,73); }

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

background-color css

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

 a { background-color: rgb(66,234,73); }

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

border-color css

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

 span { border-color: rgb(66,234,73); }

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