Html Css Color HEX #2CC210 Kelly Green

📋 copy color: '#2CC210'

red 44 ◦ green 194 ◦ blue 16

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

Shades of Kelly Green #2CC210

Tints of Kelly Green #2CC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 17.32%
G = 76.38%
B = 6.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#2CC210 (or 0x2CC210) is known color: Kelly Green. HEX triplet: 2C, C2 and 10. RGB value is (44,194,16). Sum of RGB (Red+Green+Blue) = 44+194+16=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC210 is #D33DEF. Grayscale: #818181. Windows color (decimal): -13843952 or 1098284. OLE color: 1098284.

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

Color convert

RGB 44 194 16 -
CMYK 0.77 0 0.92 0.24
HSL 110.56º 0.85% 0.41% -
HSV(B) 110.56º 0.92% 0.76% -
XYZ 20.42 39.16 6.97 -
YUV 128.86 64.31 67.47 -
System Red Green Blue C M Y K H S L
Decimal 44 194 16 0.77 0 0.92 0.24 110.56 0.85 0.41
Hex 2C C2 10 4D 0 5C 18 6F 55 29
Octal 54 302 20 115 0 134 30 157 125 51
Binary 101100 11000010 10000 1001101 0 1011100 11000 1101111 1010101 101001

Color Harmonies of #2CC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC210

Black with #2CC210

Text Example


Text Example

White with #2CC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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