Html Css Color HEX #52CD1E Kelly Green

📋 copy color: '#52CD1E'

red 82 ◦ green 205 ◦ blue 30

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

Shades of Kelly Green #52CD1E

Tints of Kelly Green #52CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.67%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 25.87%
G = 64.67%
B = 9.46%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#52CD1E (or 0x52CD1E) is known color: Kelly Green. HEX triplet: 52, CD and 1E. RGB value is (82,205,30). Sum of RGB (Red+Green+Blue) = 82+205+30=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD1E is #AD32E1. Grayscale: #949494. Windows color (decimal): -11350754 or 2018642. OLE color: 2018642.

HSL color Cylindrical-coordinate representation of color #52CD1E: hue angle of 102.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52CD1E is Cyan = 0.6, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 30 -
CMYK 0.6 0 0.85 0.20
HSL 102.17º 0.74% 0.46% -
HSV(B) 102.17º 0.85% 0.8% -
XYZ 25.55 45.55 8.67 -
YUV 148.27 61.25 80.73 -
System Red Green Blue C M Y K H S L
Decimal 82 205 30 0.6 0 0.85 0.20 102.17 0.74 0.46
Hex 52 CD 1E 3C 0 55 14 66 4A 2E
Octal 122 315 36 74 0 125 24 146 112 56
Binary 1010010 11001101 11110 111100 0 1010101 10100 1100110 1001010 101110

Color Harmonies of #52CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD1E

Black with #52CD1E

Text Example


Text Example

White with #52CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,30); }

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

background-color css

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

 a { background-color: rgb(82,205,30); }

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

border-color css

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

 span { border-color: rgb(82,205,30); }

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