Html Css Color HEX #52E226 Kelly Green

📋 copy color: '#52E226'

red 82 ◦ green 226 ◦ blue 38

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

Shades of Kelly Green #52E226

Tints of Kelly Green #52E226

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.32%

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 23.7%
G = 65.32%
B = 10.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#52E226 (or 0x52E226) is known color: Kelly Green. HEX triplet: 52, E2 and 26. RGB value is (82,226,38). Sum of RGB (Red+Green+Blue) = 82+226+38=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #52E226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E226 is #AD1DD9. Grayscale: #A2A2A2. Windows color (decimal): -11345370 or 2548306. OLE color: 2548306.

HSL color Cylindrical-coordinate representation of color #52E226: hue angle of 105.96º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52E226 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 38 -
CMYK 0.64 0 0.83 0.11
HSL 105.96º 0.76% 0.52% -
HSV(B) 105.96º 0.83% 0.89% -
XYZ 31.03 56.33 11.07 -
YUV 161.51 58.29 71.29 -
System Red Green Blue C M Y K H S L
Decimal 82 226 38 0.64 0 0.83 0.11 105.96 0.76 0.52
Hex 52 E2 26 40 0 53 B 6A 4C 34
Octal 122 342 46 100 0 123 13 152 114 64
Binary 1010010 11100010 100110 1000000 0 1010011 1011 1101010 1001100 110100

Color Harmonies of #52E226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E226

Black with #52E226

Text Example


Text Example

White with #52E226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,38); }

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

background-color css

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

 a { background-color: rgb(82,226,38); }

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

border-color css

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

 span { border-color: rgb(82,226,38); }

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