#2CC200

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

Shades of Kelly Green #2CC200

Tints of Kelly Green #2CC200

Color information

#2CC200 (or 0x2CC200) is unknown color: approx Kelly Green. HEX triplet: 2C, C2 and 00. RGB value is (44,194,0). Sum of RGB (Red+Green+Blue) = 44+194+0=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC200 is #D33DFF. Grayscale: #7F7F7F. Windows color (decimal): -13843968 or 49708. OLE color: 49708.

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

Color convert

RGB441940-
CMYK0.77010.24
HSL106.39º100%38.04%-
HSV(B)106.39º100%76.08%-
XYZ20.3339.126.48-
YUV127.0356.3168.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 194 (76.17% from 255) = 81.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.49%
G=81.51%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4419400.77010.24106.3910038.04
Hex2CC204D064186a6426
Octal54302011501443015214446
Binary1011001100001001001101011001001100011010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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