Html Css Color HEX #52DF4B Lime Green

📋 copy color: '#52DF4B'

red 82 ◦ green 223 ◦ blue 75

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

Shades of Lime Green #52DF4B

Tints of Lime Green #52DF4B

RGB

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

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

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

R = 21.58%
G = 58.68%
B = 19.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#52DF4B (or 0x52DF4B) is known color: Lime Green. HEX triplet: 52, DF and 4B. RGB value is (82,223,75). Sum of RGB (Red+Green+Blue) = 82+223+75=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF4B is #AD20B4. Grayscale: #A4A4A4. Windows color (decimal): -11346101 or 4972370. OLE color: 4972370.

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

Color convert

RGB 82 223 75 -
CMYK 0.63 0 0.66 0.13
HSL 117.16º 0.7% 0.58% -
HSV(B) 117.16º 0.66% 0.87% -
XYZ 31.14 55.08 15.65 -
YUV 163.97 77.79 69.53 -
System Red Green Blue C M Y K H S L
Decimal 82 223 75 0.63 0 0.66 0.13 117.16 0.7 0.58
Hex 52 DF 4B 3F 0 42 D 75 46 3A
Octal 122 337 113 77 0 102 15 165 106 72
Binary 1010010 11011111 1001011 111111 0 1000010 1101 1110101 1000110 111010

Color Harmonies of #52DF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF4B

Black with #52DF4B

Text Example


Text Example

White with #52DF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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