Html Css Color HEX #52E83F Lime Green

📋 copy color: '#52E83F'

red 82 ◦ green 232 ◦ blue 63

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

Shades of Lime Green #52E83F

Tints of Lime Green #52E83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 21.75%
G = 61.54%
B = 16.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#52E83F (or 0x52E83F) is known color: Lime Green. HEX triplet: 52, E8 and 3F. RGB value is (82,232,63). Sum of RGB (Red+Green+Blue) = 82+232+63=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #52E83F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E83F is #AD17C0. Grayscale: #A8A8A8. Windows color (decimal): -11343809 or 4188242. OLE color: 4188242.

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

Color convert

RGB 82 232 63 -
CMYK 0.65 0 0.73 0.09
HSL 113.25º 0.79% 0.58% -
HSV(B) 113.25º 0.73% 0.91% -
XYZ 33.23 59.87 14.51 -
YUV 167.88 68.81 66.74 -
System Red Green Blue C M Y K H S L
Decimal 82 232 63 0.65 0 0.73 0.09 113.25 0.79 0.58
Hex 52 E8 3F 41 0 49 9 71 4F 3A
Octal 122 350 77 101 0 111 11 161 117 72
Binary 1010010 11101000 111111 1000001 0 1001001 1001 1110001 1001111 111010

Color Harmonies of #52E83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E83F

Black with #52E83F

Text Example


Text Example

White with #52E83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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