Html Css Color HEX #2CC801 Kelly Green

📋 copy color: '#2CC801'

red 44 ◦ green 200 ◦ blue 1

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

Shades of Kelly Green #2CC801

Tints of Kelly Green #2CC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 81.63%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 17.96%
G = 81.63%
B = 0.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#2CC801 (or 0x2CC801) is known color: Kelly Green. HEX triplet: 2C, C8 and 01. RGB value is (44,200,1). Sum of RGB (Red+Green+Blue) = 44+200+1=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 200 (78.52% from 255 or 81.63% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC801 is #D337FE. Grayscale: #838383. Windows color (decimal): -13842431 or 116780. OLE color: 116780.

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

Color convert

RGB 44 200 1 -
CMYK 0.78 0 1.00 0.22
HSL 107.04º 0.99% 0.39% -
HSV(B) 107.04º 1% 0.78% -
XYZ 21.7 41.85 6.96 -
YUV 130.67 54.82 66.18 -
System Red Green Blue C M Y K H S L
Decimal 44 200 1 0.78 0 1.00 0.22 107.04 0.99 0.39
Hex 2C C8 1 4E 0 64 16 6B 63 27
Octal 54 310 1 116 0 144 26 153 143 47
Binary 101100 11001000 1 1001110 0 1100100 10110 1101011 1100011 100111

Color Harmonies of #2CC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC801

Black with #2CC801

Text Example


Text Example

White with #2CC801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,200,1); }

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

background-color css

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

 a { background-color: rgb(44,200,1); }

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

border-color css

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

 span { border-color: rgb(44,200,1); }

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