#2CBC03

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

Shades of Kelly Green #2CBC03

Tints of Kelly Green #2CBC03

Color information

#2CBC03 (or 0x2CBC03) is unknown color: approx Kelly Green. HEX triplet: 2C, BC and 03. RGB value is (44,188,3). Sum of RGB (Red+Green+Blue) = 44+188+3=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC03 is #D343FC. Grayscale: #7C7C7C. Windows color (decimal): -13845501 or 244780. OLE color: 244780.

HSL color Cylindrical-coordinate representation of color #2CBC03: hue angle of 106.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CBC03 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB441883-
CMYK0.7700.980.26
HSL106.7º96.86%37.45%-
HSV(B)106.7º98.4%73.73%-
XYZ19.0436.516.13-
YUV123.8559.7971.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 188 (73.83% from 255) = 80%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=18.72%
G=80%
B=1.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4418830.7700.980.26106.796.8637.45
Hex2CBC34D0621A6b6125
Octal54274311501423215314145
Binary10110010111100111001101011000101101011010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,188,3); }

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

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

 a { background-color: rgb(44,188,3); }

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

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

 span { border-color: rgb(44,188,3); }

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