Html Css Color HEX #52E00E Kelly Green

📋 copy color: '#52E00E'

red 82 ◦ green 224 ◦ blue 14

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

Shades of Kelly Green #52E00E

Tints of Kelly Green #52E00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 70%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 25.63%
G = 70%
B = 4.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#52E00E (or 0x52E00E) is known color: Kelly Green. HEX triplet: 52, E0 and 0E. RGB value is (82,224,14). Sum of RGB (Red+Green+Blue) = 82+224+14=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #52E00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E00E is #AD1FF1. Grayscale: #9E9E9E. Windows color (decimal): -11345906 or 974930. OLE color: 974930.

HSL color Cylindrical-coordinate representation of color #52E00E: hue angle of 100.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52E00E is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 14 -
CMYK 0.63 0 0.94 0.12
HSL 100.57º 0.88% 0.47% -
HSV(B) 100.57º 0.94% 0.88% -
XYZ 30.21 55.14 9.47 -
YUV 157.6 46.96 74.08 -
System Red Green Blue C M Y K H S L
Decimal 82 224 14 0.63 0 0.94 0.12 100.57 0.88 0.47
Hex 52 E0 E 3F 0 5E C 65 58 2F
Octal 122 340 16 77 0 136 14 145 130 57
Binary 1010010 11100000 1110 111111 0 1011110 1100 1100101 1011000 101111

Color Harmonies of #52E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E00E

Black with #52E00E

Text Example


Text Example

White with #52E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,14); }

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

background-color css

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

 a { background-color: rgb(82,224,14); }

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

border-color css

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

 span { border-color: rgb(82,224,14); }

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