#2CAD04

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

Shades of Kelly Green #2CAD04

Tints of Kelly Green #2CAD04

Color information

#2CAD04 (or 0x2CAD04) is unknown color: approx Kelly Green. HEX triplet: 2C, AD and 04. RGB value is (44,173,4). Sum of RGB (Red+Green+Blue) = 44+173+4=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #2CAD04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAD04 is #D352FB. Grayscale: #737373. Windows color (decimal): -13849340 or 306476. OLE color: 306476.

HSL color Cylindrical-coordinate representation of color #2CAD04: hue angle of 105.8º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CAD04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB441734-
CMYK0.7500.980.32
HSL105.8º95.48%34.71%-
HSV(B)105.8º97.69%67.84%-
XYZ1630.435.15-
YUV115.1665.2677.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 173 (67.97% from 255) = 78.28%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=19.91%
G=78.28%
B=1.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4417340.7500.980.32105.895.4834.71
Hex2CAD44B062206a5f23
Octal54255411301424015213743
Binary1011001010110110010010110110001010000011010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,173,4); }

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

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

 a { background-color: rgb(44,173,4); }

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

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

 span { border-color: rgb(44,173,4); }

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