Html Css Color HEX #52E437 Lime Green

📋 copy color: '#52E437'

red 82 ◦ green 228 ◦ blue 55

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

Shades of Lime Green #52E437

Tints of Lime Green #52E437

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.47%

 BLUE value IS 55 (21.88% from 255) = 15.07%

R = 22.47%
G = 62.47%
B = 15.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#52E437 (or 0x52E437) is known color: Lime Green. HEX triplet: 52, E4 and 37. RGB value is (82,228,55). Sum of RGB (Red+Green+Blue) = 82+228+55=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #52E437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E437 is #AD1BC8. Grayscale: #A5A5A5. Windows color (decimal): -11344841 or 3662930. OLE color: 3662930.

HSL color Cylindrical-coordinate representation of color #52E437: hue angle of 110.64º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E437 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 55 -
CMYK 0.64 0 0.76 0.11
HSL 110.64º 0.76% 0.55% -
HSV(B) 110.64º 0.76% 0.89% -
XYZ 31.91 57.56 13.04 -
YUV 164.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 82 228 55 0.64 0 0.76 0.11 110.64 0.76 0.55
Hex 52 E4 37 40 0 4C B 6F 4C 37
Octal 122 344 67 100 0 114 13 157 114 67
Binary 1010010 11100100 110111 1000000 0 1001100 1011 1101111 1001100 110111

Color Harmonies of #52E437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E437

Black with #52E437

Text Example


Text Example

White with #52E437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,55); }

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

background-color css

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

 a { background-color: rgb(82,228,55); }

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

border-color css

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

 span { border-color: rgb(82,228,55); }

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