Html Css Color HEX #52C024 Kelly Green

📋 copy color: '#52C024'

red 82 ◦ green 192 ◦ blue 36

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

Shades of Kelly Green #52C024

Tints of Kelly Green #52C024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.94%

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

R = 26.45%
G = 61.94%
B = 11.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#52C024 (or 0x52C024) is known color: Kelly Green. HEX triplet: 52, C0 and 24. RGB value is (82,192,36). Sum of RGB (Red+Green+Blue) = 82+192+36=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #52C024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C024 is #AD3FDB. Grayscale: #8D8D8D. Windows color (decimal): -11354076 or 2408530. OLE color: 2408530.

HSL color Cylindrical-coordinate representation of color #52C024: hue angle of 102.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52C024 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 36 -
CMYK 0.57 0 0.81 0.25
HSL 102.31º 0.68% 0.45% -
HSV(B) 102.31º 0.81% 0.75% -
XYZ 22.65 39.62 8.12 -
YUV 141.33 68.56 85.68 -
System Red Green Blue C M Y K H S L
Decimal 82 192 36 0.57 0 0.81 0.25 102.31 0.68 0.45
Hex 52 C0 24 39 0 51 19 66 44 2D
Octal 122 300 44 71 0 121 31 146 104 55
Binary 1010010 11000000 100100 111001 0 1010001 11001 1100110 1000100 101101

Color Harmonies of #52C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C024

Black with #52C024

Text Example


Text Example

White with #52C024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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