Html Css Color HEX #52CC27 Kelly Green

📋 copy color: '#52CC27'

red 82 ◦ green 204 ◦ blue 39

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

Shades of Kelly Green #52CC27

Tints of Kelly Green #52CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 25.23%
G = 62.77%
B = 12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#52CC27 (or 0x52CC27) is known color: Kelly Green. HEX triplet: 52, CC and 27. RGB value is (82,204,39). Sum of RGB (Red+Green+Blue) = 82+204+39=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC27 is #AD33D8. Grayscale: #959595. Windows color (decimal): -11351001 or 2608210. OLE color: 2608210.

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

Color convert

RGB 82 204 39 -
CMYK 0.60 0 0.81 0.2
HSL 104.36º 0.68% 0.48% -
HSV(B) 104.36º 0.81% 0.8% -
XYZ 25.44 45.13 9.29 -
YUV 148.71 66.08 80.42 -
System Red Green Blue C M Y K H S L
Decimal 82 204 39 0.60 0 0.81 0.2 104.36 0.68 0.48
Hex 52 CC 27 3C 0 51 14 68 44 30
Octal 122 314 47 74 0 121 24 150 104 60
Binary 1010010 11001100 100111 111100 0 1010001 10100 1101000 1000100 110000

Color Harmonies of #52CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC27

Black with #52CC27

Text Example


Text Example

White with #52CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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