#34B40E

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

Shades of Kelly Green #34B40E

Tints of Kelly Green #34B40E

Color information

#34B40E (or 0x34B40E) is unknown color: approx Kelly Green. HEX triplet: 34, B4 and 0E. RGB value is (52,180,14). Sum of RGB (Red+Green+Blue) = 52+180+14=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #34B40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B40E is #CB4BF1. Grayscale: #7B7B7B. Windows color (decimal): -13323250 or 963636. OLE color: 963636.

HSL color Cylindrical-coordinate representation of color #34B40E: hue angle of 106.27º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34B40E is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB5218014-
CMYK0.7100.920.29
HSL106.27º85.57%38.04%-
HSV(B)106.27º92.22%70.59%-
XYZ17.8233.45.92-
YUV122.866.5977.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 180 (70.70% from 255) = 73.17%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=21.14%
G=73.17%
B=5.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180140.7100.920.29106.2785.5738.04
Hex34B4E4705C1D6a5626
Octal642641610701343515212646
Binary1101001011010011101000111010111001110111010101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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