Html Css Color HEX #52DF3F Lime Green

📋 copy color: '#52DF3F'

red 82 ◦ green 223 ◦ blue 63

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

Shades of Lime Green #52DF3F

Tints of Lime Green #52DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.6%

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

R = 22.28%
G = 60.6%
B = 17.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#52DF3F (or 0x52DF3F) is known color: Lime Green. HEX triplet: 52, DF and 3F. RGB value is (82,223,63). Sum of RGB (Red+Green+Blue) = 82+223+63=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF3F is #AD20C0. Grayscale: #A3A3A3. Windows color (decimal): -11346113 or 4185938. OLE color: 4185938.

HSL color Cylindrical-coordinate representation of color #52DF3F: hue angle of 112.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DF3F is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 63 -
CMYK 0.63 0 0.72 0.13
HSL 112.88º 0.71% 0.56% -
HSV(B) 112.88º 0.72% 0.87% -
XYZ 30.76 54.93 13.68 -
YUV 162.6 71.79 70.51 -
System Red Green Blue C M Y K H S L
Decimal 82 223 63 0.63 0 0.72 0.13 112.88 0.71 0.56
Hex 52 DF 3F 3F 0 48 D 71 47 38
Octal 122 337 77 77 0 110 15 161 107 70
Binary 1010010 11011111 111111 111111 0 1001000 1101 1110001 1000111 111000

Color Harmonies of #52DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF3F

Black with #52DF3F

Text Example


Text Example

White with #52DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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