Html Css Color HEX #42E853 Lime Green

📋 copy color: '#42E853'

red 66 ◦ green 232 ◦ blue 83

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

Shades of Lime Green #42E853

Tints of Lime Green #42E853

RGB

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

 GREEN value IS 232 (91.02% from 255) = 60.89%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 17.32%
G = 60.89%
B = 21.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#42E853 (or 0x42E853) is known color: Lime Green. HEX triplet: 42, E8 and 53. RGB value is (66,232,83). Sum of RGB (Red+Green+Blue) = 66+232+83=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #42E853 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E853 is #BD17AC. Grayscale: #A5A5A5. Windows color (decimal): -12392365 or 5498946. OLE color: 5498946.

HSL color Cylindrical-coordinate representation of color #42E853: hue angle of 126.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E853 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 83 -
CMYK 0.72 0 0.64 0.09
HSL 126.14º 0.78% 0.58% -
HSV(B) 126.14º 0.72% 0.91% -
XYZ 32.66 59.5 17.95 -
YUV 165.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 66 232 83 0.72 0 0.64 0.09 126.14 0.78 0.58
Hex 42 E8 53 48 0 40 9 7E 4E 3A
Octal 102 350 123 110 0 100 11 176 116 72
Binary 1000010 11101000 1010011 1001000 0 1000000 1001 1111110 1001110 111010

Color Harmonies of #42E853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E853

Black with #42E853

Text Example


Text Example

White with #42E853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,232,83); }

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

background-color css

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

 a { background-color: rgb(66,232,83); }

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

border-color css

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

 span { border-color: rgb(66,232,83); }

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