#2CD300

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

Shades of Kelly Green #2CD300

Tints of Kelly Green #2CD300

Color information

#2CD300 (or 0x2CD300) is unknown color: approx Kelly Green. HEX triplet: 2C, D3 and 00. RGB value is (44,211,0). Sum of RGB (Red+Green+Blue) = 44+211+0=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD300 is #D32CFF. Grayscale: #898989. Windows color (decimal): -13839616 or 54060. OLE color: 54060.

HSL color Cylindrical-coordinate representation of color #2CD300: hue angle of 107.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CD300 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB442110-
CMYK0.79010.17
HSL107.49º100%41.37%-
HSV(B)107.49º100%82.75%-
XYZ24.3347.127.81-
YUV137.0150.6761.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 211 (82.81% from 255) = 82.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.25%
G=82.75%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4421100.79010.17107.4910041.37
Hex2CD304F064116b6429
Octal54323011701442115314451
Binary1011001101001101001111011001001000111010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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