Html Css Color HEX #2CC900 Kelly Green

📋 copy color: '#2CC900'

red 44 ◦ green 201 ◦ blue 0

#2CC900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2CC900

Tints of Kelly Green #2CC900

RGB

 RED value IS 44 (17.58% from 255) = 17.96%

 GREEN value IS 201 (78.91% from 255) = 82.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.96%
G = 82.04%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#2CC900 (or 0x2CC900) is known color: Kelly Green. HEX triplet: 2C, C9 and 00. RGB value is (44,201,0). Sum of RGB (Red+Green+Blue) = 44+201+0=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 201 (78.91% from 255 or 82.04% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC900 is #D336FF. Grayscale: #838383. Windows color (decimal): -13842176 or 51500. OLE color: 51500.

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

Color convert

RGB 44 201 0 -
CMYK 0.78 0 1 0.21
HSL 106.87º 1% 0.39% -
HSV(B) 106.87º 1% 0.79% -
XYZ 21.93 42.31 7.01 -
YUV 131.14 53.99 65.84 -
System Red Green Blue C M Y K H S L
Decimal 44 201 0 0.78 0 1 0.21 106.87 1 0.39
Hex 2C C9 0 4E 0 64 15 6B 64 27
Octal 54 311 0 116 0 144 25 153 144 47
Binary 101100 11001001 0 1001110 0 1100100 10101 1101011 1100100 100111

Color Harmonies of #2CC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC900

Black with #2CC900

Text Example


Text Example

White with #2CC900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CC900;
 }
 .AnyTagClassName
 {
   color: #2CC900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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