Html Css Color HEX #42EA52 Lime Green

📋 copy color: '#42EA52'

red 66 ◦ green 234 ◦ blue 82

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

Shades of Lime Green #42EA52

Tints of Lime Green #42EA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 17.28%
G = 61.26%
B = 21.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#42EA52 (or 0x42EA52) is known color: Lime Green. HEX triplet: 42, EA and 52. RGB value is (66,234,82). Sum of RGB (Red+Green+Blue) = 66+234+82=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA52 is #BD15AD. Grayscale: #A6A6A6. Windows color (decimal): -12391854 or 5433922. OLE color: 5433922.

HSL color Cylindrical-coordinate representation of color #42EA52: hue angle of 125.71º 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 #42EA52 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 82 -
CMYK 0.72 0 0.65 0.08
HSL 125.71º 0.8% 0.59% -
HSV(B) 125.71º 0.72% 0.92% -
XYZ 33.19 60.61 17.93 -
YUV 166.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 66 234 82 0.72 0 0.65 0.08 125.71 0.8 0.59
Hex 42 EA 52 48 0 41 8 7E 50 3B
Octal 102 352 122 110 0 101 10 176 120 73
Binary 1000010 11101010 1010010 1001000 0 1000001 1000 1111110 1010000 111011

Color Harmonies of #42EA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA52

Black with #42EA52

Text Example


Text Example

White with #42EA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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