Html Css Color HEX #52E844 Lime Green

📋 copy color: '#52E844'

red 82 ◦ green 232 ◦ blue 68

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

Shades of Lime Green #52E844

Tints of Lime Green #52E844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 21.47%
G = 60.73%
B = 17.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#52E844 (or 0x52E844) is known color: Lime Green. HEX triplet: 52, E8 and 44. RGB value is (82,232,68). Sum of RGB (Red+Green+Blue) = 82+232+68=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 232 (91.02% from 255 or 60.73% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 232 - color contains mainly: green. Hex color #52E844 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E844 is #AD17BB. Grayscale: #A8A8A8. Windows color (decimal): -11343804 or 4515922. OLE color: 4515922.

HSL color Cylindrical-coordinate representation of color #52E844: hue angle of 114.88º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52E844 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 68 -
CMYK 0.65 0 0.71 0.09
HSL 114.88º 0.78% 0.59% -
HSV(B) 114.88º 0.71% 0.91% -
XYZ 33.38 59.92 15.28 -
YUV 168.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 82 232 68 0.65 0 0.71 0.09 114.88 0.78 0.59
Hex 52 E8 44 41 0 47 9 73 4E 3B
Octal 122 350 104 101 0 107 11 163 116 73
Binary 1010010 11101000 1000100 1000001 0 1000111 1001 1110011 1001110 111011

Color Harmonies of #52E844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E844

Black with #52E844

Text Example


Text Example

White with #52E844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52E844; }

 p { color: rgb(82,232,68); }

 H1.HeaderClassName
 {
   color: #52E844;
 }
 .AnyTagClassName
 {
   color: #52E844;
 }
</style>

background-color css

<style>
 a { background-color: #52E844; }

 a { background-color: rgb(82,232,68); }

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

border-color css

<style>
 span { border-color: #52E844; }

 span { border-color: rgb(82,232,68); }

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