#34CC0E

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

Shades of Kelly Green #34CC0E

Tints of Kelly Green #34CC0E

Color information

#34CC0E (or 0x34CC0E) is unknown color: approx Kelly Green. HEX triplet: 34, CC and 0E. RGB value is (52,204,14). Sum of RGB (Red+Green+Blue) = 52+204+14=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CC0E is #CB33F1. Grayscale: #898989. Windows color (decimal): -13317106 or 969780. OLE color: 969780.

HSL color Cylindrical-coordinate representation of color #34CC0E: hue angle of 108º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34CC0E is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB5220414-
CMYK0.7500.930.2
HSL108º87.16%42.75%-
HSV(B)108º93.14%80%-
XYZ23.0943.957.68-
YUV136.8958.6467.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 204 (80.08% from 255) = 75.56%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=19.26%
G=75.56%
B=5.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52204140.7500.930.210887.1642.75
Hex34CCE4B05D146c572b
Octal643141611301352415412753
Binary1101001100110011101001011010111011010011011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,204,14); }

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

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

 a { background-color: rgb(52,204,14); }

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

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

 span { border-color: rgb(52,204,14); }

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