Html Css Color HEX #52D64B Lime Green

📋 copy color: '#52D64B'

red 82 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #52D64B

Tints of Lime Green #52D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.68%

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

R = 22.1%
G = 57.68%
B = 20.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#52D64B (or 0x52D64B) is known color: Lime Green. HEX triplet: 52, D6 and 4B. RGB value is (82,214,75). Sum of RGB (Red+Green+Blue) = 82+214+75=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #52D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D64B is #AD29B4. Grayscale: #9F9F9F. Windows color (decimal): -11348405 or 4970066. OLE color: 4970066.

HSL color Cylindrical-coordinate representation of color #52D64B: hue angle of 116.98º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52D64B is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 75 -
CMYK 0.62 0 0.65 0.16
HSL 116.98º 0.63% 0.57% -
HSV(B) 116.98º 0.65% 0.84% -
XYZ 28.8 50.39 14.87 -
YUV 158.69 80.77 73.3 -
System Red Green Blue C M Y K H S L
Decimal 82 214 75 0.62 0 0.65 0.16 116.98 0.63 0.57
Hex 52 D6 4B 3E 0 41 10 75 3F 39
Octal 122 326 113 76 0 101 20 165 77 71
Binary 1010010 11010110 1001011 111110 0 1000001 10000 1110101 111111 111001

Color Harmonies of #52D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D64B

Black with #52D64B

Text Example


Text Example

White with #52D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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