Html Css Color HEX #52E224 Kelly Green

📋 copy color: '#52E224'

red 82 ◦ green 226 ◦ blue 36

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

Shades of Kelly Green #52E224

Tints of Kelly Green #52E224

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.7%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 23.84%
G = 65.7%
B = 10.47%

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

#52E224 (or 0x52E224) is known color: Kelly Green. HEX triplet: 52, E2 and 24. RGB value is (82,226,36). Sum of RGB (Red+Green+Blue) = 82+226+36=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #52E224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E224 is #AD1DDB. Grayscale: #A1A1A1. Windows color (decimal): -11345372 or 2417234. OLE color: 2417234.

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

Color convert

RGB 82 226 36 -
CMYK 0.64 0 0.84 0.11
HSL 105.47º 0.77% 0.51% -
HSV(B) 105.47º 0.84% 0.89% -
XYZ 30.99 56.31 10.91 -
YUV 161.28 57.29 71.45 -
System Red Green Blue C M Y K H S L
Decimal 82 226 36 0.64 0 0.84 0.11 105.47 0.77 0.51
Hex 52 E2 24 40 0 54 B 69 4D 33
Octal 122 342 44 100 0 124 13 151 115 63
Binary 1010010 11100010 100100 1000000 0 1010100 1011 1101001 1001101 110011

Color Harmonies of #52E224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E224

Black with #52E224

Text Example


Text Example

White with #52E224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,36); }

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

background-color css

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

 a { background-color: rgb(82,226,36); }

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

border-color css

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

 span { border-color: rgb(82,226,36); }

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