Html Css Color HEX #2CC206 Kelly Green

📋 copy color: '#2CC206'

red 44 ◦ green 194 ◦ blue 6

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

Shades of Kelly Green #2CC206

Tints of Kelly Green #2CC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 79.51%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 18.03%
G = 79.51%
B = 2.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#2CC206 (or 0x2CC206) is known color: Kelly Green. HEX triplet: 2C, C2 and 06. RGB value is (44,194,6). Sum of RGB (Red+Green+Blue) = 44+194+6=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC206 is #D33DF9. Grayscale: #808080. Windows color (decimal): -13843962 or 442924. OLE color: 442924.

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

Color convert

RGB 44 194 6 -
CMYK 0.77 0 0.97 0.24
HSL 107.87º 0.94% 0.39% -
HSV(B) 107.87º 0.97% 0.76% -
XYZ 20.36 39.13 6.65 -
YUV 127.72 59.31 68.29 -
System Red Green Blue C M Y K H S L
Decimal 44 194 6 0.77 0 0.97 0.24 107.87 0.94 0.39
Hex 2C C2 6 4D 0 61 18 6C 5E 27
Octal 54 302 6 115 0 141 30 154 136 47
Binary 101100 11000010 110 1001101 0 1100001 11000 1101100 1011110 100111

Color Harmonies of #2CC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC206

Black with #2CC206

Text Example


Text Example

White with #2CC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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