Html Css Color HEX #52DF46 Lime Green

📋 copy color: '#52DF46'

red 82 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #52DF46

Tints of Lime Green #52DF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 21.87%
G = 59.47%
B = 18.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#52DF46 (or 0x52DF46) is known color: Lime Green. HEX triplet: 52, DF and 46. RGB value is (82,223,70). Sum of RGB (Red+Green+Blue) = 82+223+70=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF46 is #AD20B9. Grayscale: #A3A3A3. Windows color (decimal): -11346106 or 4644690. OLE color: 4644690.

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

Color convert

RGB 82 223 70 -
CMYK 0.63 0 0.69 0.13
HSL 115.29º 0.71% 0.57% -
HSV(B) 115.29º 0.69% 0.87% -
XYZ 30.97 55.01 14.78 -
YUV 163.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 82 223 70 0.63 0 0.69 0.13 115.29 0.71 0.57
Hex 52 DF 46 3F 0 45 D 73 47 39
Octal 122 337 106 77 0 105 15 163 107 71
Binary 1010010 11011111 1000110 111111 0 1000101 1101 1110011 1000111 111001

Color Harmonies of #52DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF46

Black with #52DF46

Text Example


Text Example

White with #52DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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