Html Css Color HEX #52CC2E Kelly Green

📋 copy color: '#52CC2E'

red 82 ◦ green 204 ◦ blue 46

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

Shades of Kelly Green #52CC2E

Tints of Kelly Green #52CC2E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.45%

 BLUE value IS 46 (18.36% from 255) = 13.86%

R = 24.7%
G = 61.45%
B = 13.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#52CC2E (or 0x52CC2E) is known color: Kelly Green. HEX triplet: 52, CC and 2E. RGB value is (82,204,46). Sum of RGB (Red+Green+Blue) = 82+204+46=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC2E is #AD33D1. Grayscale: #969696. Windows color (decimal): -11350994 or 3066962. OLE color: 3066962.

HSL color Cylindrical-coordinate representation of color #52CC2E: hue angle of 106.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52CC2E is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 46 -
CMYK 0.60 0 0.77 0.2
HSL 106.33º 0.63% 0.49% -
HSV(B) 106.33º 0.77% 0.8% -
XYZ 25.57 45.18 9.96 -
YUV 149.51 69.58 79.85 -
System Red Green Blue C M Y K H S L
Decimal 82 204 46 0.60 0 0.77 0.2 106.33 0.63 0.49
Hex 52 CC 2E 3C 0 4D 14 6A 3F 31
Octal 122 314 56 74 0 115 24 152 77 61
Binary 1010010 11001100 101110 111100 0 1001101 10100 1101010 111111 110001

Color Harmonies of #52CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC2E

Black with #52CC2E

Text Example


Text Example

White with #52CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,46); }

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

background-color css

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

 a { background-color: rgb(82,204,46); }

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

border-color css

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

 span { border-color: rgb(82,204,46); }

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