Html Css Color HEX #52DB4B Lime Green

📋 copy color: '#52DB4B'

red 82 ◦ green 219 ◦ blue 75

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

Shades of Lime Green #52DB4B

Tints of Lime Green #52DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.24%

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 21.81%
G = 58.24%
B = 19.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#52DB4B (or 0x52DB4B) is known color: Lime Green. HEX triplet: 52, DB and 4B. RGB value is (82,219,75). Sum of RGB (Red+Green+Blue) = 82+219+75=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB4B is #AD24B4. Grayscale: #A2A2A2. Windows color (decimal): -11347125 or 4971346. OLE color: 4971346.

HSL color Cylindrical-coordinate representation of color #52DB4B: hue angle of 117.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52DB4B is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 75 -
CMYK 0.63 0 0.66 0.14
HSL 117.08º 0.67% 0.58% -
HSV(B) 117.08º 0.66% 0.86% -
XYZ 30.08 52.96 15.29 -
YUV 161.62 79.11 71.21 -
System Red Green Blue C M Y K H S L
Decimal 82 219 75 0.63 0 0.66 0.14 117.08 0.67 0.58
Hex 52 DB 4B 3F 0 42 E 75 43 3A
Octal 122 333 113 77 0 102 16 165 103 72
Binary 1010010 11011011 1001011 111111 0 1000010 1110 1110101 1000011 111010

Color Harmonies of #52DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB4B

Black with #52DB4B

Text Example


Text Example

White with #52DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,75); }

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

background-color css

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

 a { background-color: rgb(82,219,75); }

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

border-color css

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

 span { border-color: rgb(82,219,75); }

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