Html Css Color HEX #2CC311 Kelly Green

📋 copy color: '#2CC311'

red 44 ◦ green 195 ◦ blue 17

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

Shades of Kelly Green #2CC311

Tints of Kelly Green #2CC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.17%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 17.19%
G = 76.17%
B = 6.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2CC311 (or 0x2CC311) is known color: Kelly Green. HEX triplet: 2C, C3 and 11. RGB value is (44,195,17). Sum of RGB (Red+Green+Blue) = 44+195+17=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC311 is #D33CEE. Grayscale: #828282. Windows color (decimal): -13843695 or 1164076. OLE color: 1164076.

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

Color convert

RGB 44 195 17 -
CMYK 0.77 0 0.91 0.24
HSL 110.9º 0.84% 0.42% -
HSV(B) 110.9º 0.91% 0.76% -
XYZ 20.65 39.61 7.09 -
YUV 129.56 64.47 66.97 -
System Red Green Blue C M Y K H S L
Decimal 44 195 17 0.77 0 0.91 0.24 110.9 0.84 0.42
Hex 2C C3 11 4D 0 5B 18 6F 54 2A
Octal 54 303 21 115 0 133 30 157 124 52
Binary 101100 11000011 10001 1001101 0 1011011 11000 1101111 1010100 101010

Color Harmonies of #2CC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC311

Black with #2CC311

Text Example


Text Example

White with #2CC311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,195,17); }

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

background-color css

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

 a { background-color: rgb(44,195,17); }

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

border-color css

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

 span { border-color: rgb(44,195,17); }

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