#34ce0c

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

Shades of Kelly Green #34CE0C

Tints of Kelly Green #34CE0C

Color information

#34CE0C (or 0x34CE0C) is unknown color: approx Kelly Green. HEX triplet: 34, CE and 0C. RGB value is (52,206,12). Sum of RGB (Red+Green+Blue) = 52+206+12=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CE0C is #CB31F3. Grayscale: #8A8A8A. Windows color (decimal): -13316596 or 839220. OLE color: 839220.

HSL color Cylindrical-coordinate representation of color #34CE0C: hue angle of 107.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34CE0C is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB5220612-
CMYK0.7500.940.19
HSL107.63º88.99%42.75%-
HSV(B)107.63º94.17%80.78%-
XYZ23.5544.97.77-
YUV137.8456.9866.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 206 (80.86% from 255) = 76.30%
BLUE value IS 12 (5.08% from 255) = 4.44%
R=19.26%
G=76.30%
B=4.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52206120.7500.940.19107.6388.9942.75
Hex34CEC4B05E136c592b
Octal643161411301362315413153
Binary1101001100111011001001011010111101001111011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ce0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,206,12); }

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

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

 a { background-color: rgb(52,206,12); }

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

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

 span { border-color: rgb(52,206,12); }

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