Html Css Color HEX #52E83D Lime Green

📋 copy color: '#52E83D'

red 82 ◦ green 232 ◦ blue 61

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

Shades of Lime Green #52E83D

Tints of Lime Green #52E83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 21.87%
G = 61.87%
B = 16.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#52E83D (or 0x52E83D) is known color: Lime Green. HEX triplet: 52, E8 and 3D. RGB value is (82,232,61). Sum of RGB (Red+Green+Blue) = 82+232+61=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 232 (91.02% from 255 or 61.87% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 232 - color contains mainly: green. Hex color #52E83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E83D is #AD17C2. Grayscale: #A8A8A8. Windows color (decimal): -11343811 or 4057170. OLE color: 4057170.

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

Color convert

RGB 82 232 61 -
CMYK 0.65 0 0.74 0.09
HSL 112.63º 0.79% 0.57% -
HSV(B) 112.63º 0.74% 0.91% -
XYZ 33.18 59.84 14.22 -
YUV 167.66 67.81 66.9 -
System Red Green Blue C M Y K H S L
Decimal 82 232 61 0.65 0 0.74 0.09 112.63 0.79 0.57
Hex 52 E8 3D 41 0 4A 9 71 4F 39
Octal 122 350 75 101 0 112 11 161 117 71
Binary 1010010 11101000 111101 1000001 0 1001010 1001 1110001 1001111 111001

Color Harmonies of #52E83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E83D

Black with #52E83D

Text Example


Text Example

White with #52E83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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