Html Css Color HEX #52D03A Lime Green

📋 copy color: '#52D03A'

red 82 ◦ green 208 ◦ blue 58

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

Shades of Lime Green #52D03A

Tints of Lime Green #52D03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 23.56%
G = 59.77%
B = 16.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#52D03A (or 0x52D03A) is known color: Lime Green. HEX triplet: 52, D0 and 3A. RGB value is (82,208,58). Sum of RGB (Red+Green+Blue) = 82+208+58=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #52D03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D03A is #AD2FC5. Grayscale: #999999. Windows color (decimal): -11349958 or 3854418. OLE color: 3854418.

HSL color Cylindrical-coordinate representation of color #52D03A: hue angle of 110.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52D03A is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 58 -
CMYK 0.61 0 0.72 0.18
HSL 110.4º 0.61% 0.52% -
HSV(B) 110.4º 0.72% 0.82% -
XYZ 26.8 47.21 11.7 -
YUV 153.23 74.26 77.2 -
System Red Green Blue C M Y K H S L
Decimal 82 208 58 0.61 0 0.72 0.18 110.4 0.61 0.52
Hex 52 D0 3A 3D 0 48 12 6E 3D 34
Octal 122 320 72 75 0 110 22 156 75 64
Binary 1010010 11010000 111010 111101 0 1001000 10010 1101110 111101 110100

Color Harmonies of #52D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D03A

Black with #52D03A

Text Example


Text Example

White with #52D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,58); }

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

background-color css

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

 a { background-color: rgb(82,208,58); }

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

border-color css

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

 span { border-color: rgb(82,208,58); }

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