#34C40D

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

Shades of Kelly Green #34C40D

Tints of Kelly Green #34C40D

Color information

#34C40D (or 0x34C40D) is unknown color: approx Kelly Green. HEX triplet: 34, C4 and 0D. RGB value is (52,196,13). Sum of RGB (Red+Green+Blue) = 52+196+13=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #34C40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C40D is #CB3BF2. Grayscale: #848484. Windows color (decimal): -13319155 or 902196. OLE color: 902196.

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

Color convert

RGB5219613-
CMYK0.7300.930.23
HSL107.21º87.56%40.98%-
HSV(B)107.21º93.37%76.86%-
XYZ21.2340.247.03-
YUV132.0860.7970.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 196 (76.95% from 255) = 75.10%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=19.92%
G=75.10%
B=4.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52196130.7300.930.23107.2187.5640.98
Hex34C4D4905D176b5829
Octal643041511101352715313051
Binary1101001100010011011001001010111011011111010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,196,13); }

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

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

 a { background-color: rgb(52,196,13); }

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

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

 span { border-color: rgb(52,196,13); }

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