#2CB100

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

Shades of Kelly Green #2CB100

Tints of Kelly Green #2CB100

Color information

#2CB100 (or 0x2CB100) is unknown color: approx Kelly Green. HEX triplet: 2C, B1 and 00. RGB value is (44,177,0). Sum of RGB (Red+Green+Blue) = 44+177+0=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 177 (69.53% from 255 or 80.09% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB100 is #D34EFF. Grayscale: #757575. Windows color (decimal): -13848320 or 45356. OLE color: 45356.

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

Color convert

RGB441770-
CMYK0.75010.31
HSL105.08º100%34.71%-
HSV(B)105.08º100%69.41%-
XYZ16.7631.985.29-
YUV117.0661.9475.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 177 (69.53% from 255) = 80.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.91%
G=80.09%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4417700.75010.31105.0810034.71
Hex2CB104B0641F696423
Octal54261011301443715114443
Binary1011001011000101001011011001001111111010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,0); }

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

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

 a { background-color: rgb(44,177,0); }

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

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

 span { border-color: rgb(44,177,0); }

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