Html Css Color HEX #52E325 Kelly Green

📋 copy color: '#52E325'

red 82 ◦ green 227 ◦ blue 37

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

Shades of Kelly Green #52E325

Tints of Kelly Green #52E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.61%

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 23.7%
G = 65.61%
B = 10.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#52E325 (or 0x52E325) is known color: Kelly Green. HEX triplet: 52, E3 and 25. RGB value is (82,227,37). Sum of RGB (Red+Green+Blue) = 82+227+37=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #52E325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E325 is #AD1CDA. Grayscale: #A2A2A2. Windows color (decimal): -11345115 or 2483026. OLE color: 2483026.

HSL color Cylindrical-coordinate representation of color #52E325: hue angle of 105.79º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52E325 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 37 -
CMYK 0.64 0 0.84 0.11
HSL 105.79º 0.77% 0.52% -
HSV(B) 105.79º 0.84% 0.89% -
XYZ 31.28 56.87 11.08 -
YUV 161.99 57.46 70.95 -
System Red Green Blue C M Y K H S L
Decimal 82 227 37 0.64 0 0.84 0.11 105.79 0.77 0.52
Hex 52 E3 25 40 0 54 B 6A 4D 34
Octal 122 343 45 100 0 124 13 152 115 64
Binary 1010010 11100011 100101 1000000 0 1010100 1011 1101010 1001101 110100

Color Harmonies of #52E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E325

Black with #52E325

Text Example


Text Example

White with #52E325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,37); }

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

background-color css

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

 a { background-color: rgb(82,227,37); }

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

border-color css

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

 span { border-color: rgb(82,227,37); }

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