Html Css Color HEX #52E425 Kelly Green

📋 copy color: '#52E425'

red 82 ◦ green 228 ◦ blue 37

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

Shades of Kelly Green #52E425

Tints of Kelly Green #52E425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 65.71%

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

R = 23.63%
G = 65.71%
B = 10.66%

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

#52E425 (or 0x52E425) is known color: Kelly Green. HEX triplet: 52, E4 and 25. RGB value is (82,228,37). Sum of RGB (Red+Green+Blue) = 82+228+37=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 228 (89.45% from 255 or 65.71% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 228 - color contains mainly: green. Hex color #52E425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E425 is #AD1BDA. Grayscale: #A3A3A3. Windows color (decimal): -11344859 or 2483282. OLE color: 2483282.

HSL color Cylindrical-coordinate representation of color #52E425: hue angle of 105.86º degrees, saturation: 0.78, 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 #52E425 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 37 -
CMYK 0.64 0 0.84 0.11
HSL 105.86º 0.78% 0.52% -
HSV(B) 105.86º 0.84% 0.89% -
XYZ 31.56 57.41 11.17 -
YUV 162.57 57.13 70.53 -
System Red Green Blue C M Y K H S L
Decimal 82 228 37 0.64 0 0.84 0.11 105.86 0.78 0.52
Hex 52 E4 25 40 0 54 B 6A 4E 34
Octal 122 344 45 100 0 124 13 152 116 64
Binary 1010010 11100100 100101 1000000 0 1010100 1011 1101010 1001110 110100

Color Harmonies of #52E425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E425

Black with #52E425

Text Example


Text Example

White with #52E425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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