Html Css Color HEX #52D52E Kelly Green

📋 copy color: '#52D52E'

red 82 ◦ green 213 ◦ blue 46

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

Shades of Kelly Green #52D52E

Tints of Kelly Green #52D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.46%

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

R = 24.05%
G = 62.46%
B = 13.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#52D52E (or 0x52D52E) is known color: Kelly Green. HEX triplet: 52, D5 and 2E. RGB value is (82,213,46). Sum of RGB (Red+Green+Blue) = 82+213+46=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #52D52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D52E is #AD2AD1. Grayscale: #9B9B9B. Windows color (decimal): -11348690 or 3069266. OLE color: 3069266.

HSL color Cylindrical-coordinate representation of color #52D52E: hue angle of 107.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52D52E is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 46 -
CMYK 0.62 0 0.78 0.16
HSL 107.07º 0.67% 0.51% -
HSV(B) 107.07º 0.78% 0.84% -
XYZ 27.77 49.58 10.69 -
YUV 154.79 66.6 76.08 -
System Red Green Blue C M Y K H S L
Decimal 82 213 46 0.62 0 0.78 0.16 107.07 0.67 0.51
Hex 52 D5 2E 3E 0 4E 10 6B 43 33
Octal 122 325 56 76 0 116 20 153 103 63
Binary 1010010 11010101 101110 111110 0 1001110 10000 1101011 1000011 110011

Color Harmonies of #52D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D52E

Black with #52D52E

Text Example


Text Example

White with #52D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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