#2CB201

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

Shades of Kelly Green #2CB201

Tints of Kelly Green #2CB201

Color information

#2CB201 (or 0x2CB201) is unknown color: approx Kelly Green. HEX triplet: 2C, B2 and 01. RGB value is (44,178,1). Sum of RGB (Red+Green+Blue) = 44+178+1=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 178 (69.92% from 255 or 79.82% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB201 is #D34DFE. Grayscale: #767676. Windows color (decimal): -13848063 or 111148. OLE color: 111148.

HSL color Cylindrical-coordinate representation of color #2CB201: hue angle of 105.42º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CB201 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB441781-
CMYK0.7500.990.30
HSL105.42º98.88%35.1%-
HSV(B)105.42º99.44%69.8%-
XYZ16.9632.385.38-
YUV117.7662.1175.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 178 (69.92% from 255) = 79.82%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=19.73%
G=79.82%
B=0.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4417810.7500.990.30105.4298.8835.1
Hex2CB214B0631E696323
Octal54262111301433615114343
Binary1011001011001011001011011000111111011010011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,1); }

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

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

 a { background-color: rgb(44,178,1); }

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

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

 span { border-color: rgb(44,178,1); }

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