Html Css Color HEX #52F031 Lime Green

📋 copy color: '#52F031'

red 82 ◦ green 240 ◦ blue 49

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

Shades of Lime Green #52F031

Tints of Lime Green #52F031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.69%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 22.1%
G = 64.69%
B = 13.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#52F031 (or 0x52F031) is known color: Lime Green. HEX triplet: 52, F0 and 31. RGB value is (82,240,49). Sum of RGB (Red+Green+Blue) = 82+240+49=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #52F031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F031 is #AD0FCE. Grayscale: #ABABAB. Windows color (decimal): -11341775 or 3272786. OLE color: 3272786.

HSL color Cylindrical-coordinate representation of color #52F031: hue angle of 109.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52F031 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 49 -
CMYK 0.66 0 0.80 0.06
HSL 109.63º 0.86% 0.57% -
HSV(B) 109.63º 0.8% 0.94% -
XYZ 35.19 64.34 13.47 -
YUV 170.98 59.15 64.53 -
System Red Green Blue C M Y K H S L
Decimal 82 240 49 0.66 0 0.80 0.06 109.63 0.86 0.57
Hex 52 F0 31 42 0 50 6 6E 56 39
Octal 122 360 61 102 0 120 6 156 126 71
Binary 1010010 11110000 110001 1000010 0 1010000 110 1101110 1010110 111001

Color Harmonies of #52F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F031

Black with #52F031

Text Example


Text Example

White with #52F031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,49); }

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

background-color css

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

 a { background-color: rgb(82,240,49); }

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

border-color css

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

 span { border-color: rgb(82,240,49); }

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