#2cb500

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

Shades of Kelly Green #2CB500

Tints of Kelly Green #2CB500

Color information

#2CB500 (or 0x2CB500) is unknown color: approx Kelly Green. HEX triplet: 2C, B5 and 00. RGB value is (44,181,0). Sum of RGB (Red+Green+Blue) = 44+181+0=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 181 (71.09% from 255 or 80.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB500 is #D34AFF. Grayscale: #777777. Windows color (decimal): -13847296 or 46380. OLE color: 46380.

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

Color convert

RGB441810-
CMYK0.76010.29
HSL105.41º100%35.49%-
HSV(B)105.41º100%70.98%-
XYZ17.5633.585.56-
YUV119.460.6174.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 181 (71.09% from 255) = 80.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.56%
G=80.44%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4418100.76010.29105.4110035.49
Hex2CB504C0641D696423
Octal54265011401443515114443
Binary1011001011010101001100011001001110111010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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