#2CBD04

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

Shades of Kelly Green #2CBD04

Tints of Kelly Green #2CBD04

Color information

#2CBD04 (or 0x2CBD04) is unknown color: approx Kelly Green. HEX triplet: 2C, BD and 04. RGB value is (44,189,4). Sum of RGB (Red+Green+Blue) = 44+189+4=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBD04 is #D342FB. Grayscale: #7D7D7D. Windows color (decimal): -13845244 or 310572. OLE color: 310572.

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

Color convert

RGB441894-
CMYK0.7700.980.26
HSL107.03º95.85%37.84%-
HSV(B)107.03º97.88%74.12%-
XYZ19.2636.946.23-
YUV124.5659.9670.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 189 (74.22% from 255) = 79.75%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=18.57%
G=79.75%
B=1.69%

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
Decimal4418940.7700.980.26107.0395.8537.84
Hex2CBD44D0621A6b6026
Octal54275411501423215314046
Binary101100101111011001001101011000101101011010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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