Html Css Color HEX #52DF3E Lime Green

📋 copy color: '#52DF3E'

red 82 ◦ green 223 ◦ blue 62

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

Shades of Lime Green #52DF3E

Tints of Lime Green #52DF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 22.34%
G = 60.76%
B = 16.89%

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

#52DF3E (or 0x52DF3E) is known color: Lime Green. HEX triplet: 52, DF and 3E. RGB value is (82,223,62). Sum of RGB (Red+Green+Blue) = 82+223+62=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF3E is #AD20C1. Grayscale: #A2A2A2. Windows color (decimal): -11346114 or 4120402. OLE color: 4120402.

HSL color Cylindrical-coordinate representation of color #52DF3E: hue angle of 112.55º degrees, saturation: 0.72, 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 #52DF3E is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 62 -
CMYK 0.63 0 0.72 0.13
HSL 112.55º 0.72% 0.56% -
HSV(B) 112.55º 0.72% 0.87% -
XYZ 30.74 54.92 13.54 -
YUV 162.49 71.29 70.59 -
System Red Green Blue C M Y K H S L
Decimal 82 223 62 0.63 0 0.72 0.13 112.55 0.72 0.56
Hex 52 DF 3E 3F 0 48 D 71 48 38
Octal 122 337 76 77 0 110 15 161 110 70
Binary 1010010 11011111 111110 111111 0 1001000 1101 1110001 1001000 111000

Color Harmonies of #52DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF3E

Black with #52DF3E

Text Example


Text Example

White with #52DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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