#2CB502

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

Shades of Kelly Green #2CB502

Tints of Kelly Green #2CB502

Color information

#2CB502 (or 0x2CB502) is unknown color: approx Kelly Green. HEX triplet: 2C, B5 and 02. RGB value is (44,181,2). Sum of RGB (Red+Green+Blue) = 44+181+2=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB502 is #D34AFD. Grayscale: #787878. Windows color (decimal): -13847294 or 177452. OLE color: 177452.

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

Color convert

RGB441812-
CMYK0.7600.990.29
HSL105.92º97.81%35.88%-
HSV(B)105.92º98.9%70.98%-
XYZ17.5733.595.61-
YUV119.6361.6174.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 181 (71.09% from 255) = 79.74%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=19.38%
G=79.74%
B=0.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4418120.7600.990.29105.9297.8135.88
Hex2CB524C0631D6a6224
Octal54265211401433515214244
Binary10110010110101101001100011000111110111010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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