Html Css Color HEX #52F231 Lime Green

📋 copy color: '#52F231'

red 82 ◦ green 242 ◦ blue 49

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

Shades of Lime Green #52F231

Tints of Lime Green #52F231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.88%

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

R = 21.98%
G = 64.88%
B = 13.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#52F231 (or 0x52F231) is known color: Lime Green. HEX triplet: 52, F2 and 31. RGB value is (82,242,49). Sum of RGB (Red+Green+Blue) = 82+242+49=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #52F231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F231 is #AD0DCE. Grayscale: #ACACAC. Windows color (decimal): -11341263 or 3273298. OLE color: 3273298.

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

Color convert

RGB 82 242 49 -
CMYK 0.66 0 0.80 0.05
HSL 109.74º 0.88% 0.57% -
HSV(B) 109.74º 0.8% 0.95% -
XYZ 35.79 65.52 13.67 -
YUV 172.16 58.49 63.69 -
System Red Green Blue C M Y K H S L
Decimal 82 242 49 0.66 0 0.80 0.05 109.74 0.88 0.57
Hex 52 F2 31 42 0 50 5 6E 58 39
Octal 122 362 61 102 0 120 5 156 130 71
Binary 1010010 11110010 110001 1000010 0 1010000 101 1101110 1011000 111001

Color Harmonies of #52F231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F231

Black with #52F231

Text Example


Text Example

White with #52F231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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