Html Css Color HEX #2CC701 Kelly Green

📋 copy color: '#2CC701'

red 44 ◦ green 199 ◦ blue 1

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

Shades of Kelly Green #2CC701

Tints of Kelly Green #2CC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 81.56%

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

R = 18.03%
G = 81.56%
B = 0.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2CC701 (or 0x2CC701) is known color: Kelly Green. HEX triplet: 2C, C7 and 01. RGB value is (44,199,1). Sum of RGB (Red+Green+Blue) = 44+199+1=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 199 (78.12% from 255 or 81.56% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC701 is #D338FE. Grayscale: #828282. Windows color (decimal): -13842687 or 116524. OLE color: 116524.

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

Color convert

RGB 44 199 1 -
CMYK 0.78 0 0.99 0.22
HSL 106.97º 0.99% 0.39% -
HSV(B) 106.97º 0.99% 0.78% -
XYZ 21.47 41.38 6.89 -
YUV 130.08 55.15 66.6 -
System Red Green Blue C M Y K H S L
Decimal 44 199 1 0.78 0 0.99 0.22 106.97 0.99 0.39
Hex 2C C7 1 4E 0 63 16 6B 63 27
Octal 54 307 1 116 0 143 26 153 143 47
Binary 101100 11000111 1 1001110 0 1100011 10110 1101011 1100011 100111

Color Harmonies of #2CC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC701

Black with #2CC701

Text Example


Text Example

White with #2CC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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