#34BA18

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

Shades of Kelly Green #34BA18

Tints of Kelly Green #34BA18

Color information

#34BA18 (or 0x34BA18) is unknown color: approx Kelly Green. HEX triplet: 34, BA and 18. RGB value is (52,186,24). Sum of RGB (Red+Green+Blue) = 52+186+24=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA18 is #CB45E7. Grayscale: #7F7F7F. Windows color (decimal): -13321704 or 1620532. OLE color: 1620532.

HSL color Cylindrical-coordinate representation of color #34BA18: hue angle of 109.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34BA18 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB5218624-
CMYK0.7200.870.27
HSL109.63º77.14%41.18%-
HSV(B)109.63º87.1%72.94%-
XYZ19.1435.916.79-
YUV127.4769.6174.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 186 (73.05% from 255) = 70.99%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=19.85%
G=70.99%
B=9.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52186240.7200.870.27109.6377.1441.18
Hex34BA18480571B6e4d29
Octal642723011001273315611551
Binary11010010111010110001001000010101111101111011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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