#34C218

Color #34C218 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34C218

Tints of Kelly Green #34C218

Color information

#34C218 (or 0x34C218) is unknown color: approx Kelly Green. HEX triplet: 34, C2 and 18. RGB value is (52,194,24). Sum of RGB (Red+Green+Blue) = 52+194+24=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #34C218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C218 is #CB3DE7. Grayscale: #848484. Windows color (decimal): -13319656 or 1622580. OLE color: 1622580.

HSL color Cylindrical-coordinate representation of color #34C218: hue angle of 110.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34C218 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB5219424-
CMYK0.7300.880.24
HSL110.12º77.98%42.75%-
HSV(B)110.12º87.63%76.08%-
XYZ20.8739.387.37-
YUV132.1666.9670.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 194 (76.17% from 255) = 71.85%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=19.26%
G=71.85%
B=8.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52194240.7300.880.24110.1277.9842.75
Hex34C21849058186e4e2b
Octal643023011101303015611653
Binary11010011000010110001001001010110001100011011101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34C218; }

 p { color: rgb(52,194,24); }

 H1.HeaderClassName
 {
   color: #34C218;
 }
 .AnyTagClassName
 {
   color: #34C218;
 }
</style>
background-color css

<style>
 a { background-color: #34C218; }

 a { background-color: rgb(52,194,24); }

 div.DivClassName
 {
   background-color: #34C218;
 }
 .BgClassName
 {
   background-color: #34C218;
 }
</style>
border-color css

<style>
 span { border-color: #34C218; }

 span { border-color: rgb(52,194,24); }

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