#2CB50E

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

Shades of Kelly Green #2CB50E

Tints of Kelly Green #2CB50E

Color information

#2CB50E (or 0x2CB50E) is unknown color: approx Kelly Green. HEX triplet: 2C, B5 and 0E. RGB value is (44,181,14). Sum of RGB (Red+Green+Blue) = 44+181+14=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB50E is #D34AF1. Grayscale: #797979. Windows color (decimal): -13847282 or 963884. OLE color: 963884.

HSL color Cylindrical-coordinate representation of color #2CB50E: hue angle of 109.22º 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 #2CB50E is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB4418114-
CMYK0.7600.920.29
HSL109.22º85.64%38.24%-
HSV(B)109.22º92.27%70.98%-
XYZ17.6433.615.97-
YUV12167.6173.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 181 (71.09% from 255) = 75.73%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=18.41%
G=75.73%
B=5.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181140.7600.920.29109.2285.6438.24
Hex2CB5E4C05C1D6d5626
Octal542651611401343515512646
Binary1011001011010111101001100010111001110111011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CB50E; }

 p { color: rgb(44,181,14); }

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

<style>
 a { background-color: #2CB50E; }

 a { background-color: rgb(44,181,14); }

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

<style>
 span { border-color: #2CB50E; }

 span { border-color: rgb(44,181,14); }

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