Html Css Color HEX #52D630 Lime Green

📋 copy color: '#52D630'

red 82 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #52D630

Tints of Lime Green #52D630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 23.84%
G = 62.21%
B = 13.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#52D630 (or 0x52D630) is known color: Lime Green. HEX triplet: 52, D6 and 30. RGB value is (82,214,48). Sum of RGB (Red+Green+Blue) = 82+214+48=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #52D630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D630 is #AD29CF. Grayscale: #9C9C9C. Windows color (decimal): -11348432 or 3200594. OLE color: 3200594.

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

Color convert

RGB 82 214 48 -
CMYK 0.62 0 0.78 0.16
HSL 107.71º 0.67% 0.51% -
HSV(B) 107.71º 0.78% 0.84% -
XYZ 28.06 50.1 10.99 -
YUV 155.61 67.27 75.5 -
System Red Green Blue C M Y K H S L
Decimal 82 214 48 0.62 0 0.78 0.16 107.71 0.67 0.51
Hex 52 D6 30 3E 0 4E 10 6C 43 33
Octal 122 326 60 76 0 116 20 154 103 63
Binary 1010010 11010110 110000 111110 0 1001110 10000 1101100 1000011 110011

Color Harmonies of #52D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D630

Black with #52D630

Text Example


Text Example

White with #52D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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