Html Css Color HEX #2CB011 Kelly Green

📋 copy color: '#2CB011'

red 44 ◦ green 176 ◦ blue 17

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

Shades of Kelly Green #2CB011

Tints of Kelly Green #2CB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 74.26%

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

R = 18.57%
G = 74.26%
B = 7.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#2CB011 (or 0x2CB011) is known color: Kelly Green. HEX triplet: 2C, B0 and 11. RGB value is (44,176,17). Sum of RGB (Red+Green+Blue) = 44+176+17=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 176 (69.14% from 255 or 74.26% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB011 is #D34FEE. Grayscale: #767676. Windows color (decimal): -13848559 or 1159212. OLE color: 1159212.

HSL color Cylindrical-coordinate representation of color #2CB011: hue angle of 109.81º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CB011 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 17 -
CMYK 0.75 0 0.90 0.31
HSL 109.81º 0.82% 0.38% -
HSV(B) 109.81º 0.9% 0.69% -
XYZ 16.67 31.63 5.76 -
YUV 118.41 70.77 74.93 -
System Red Green Blue C M Y K H S L
Decimal 44 176 17 0.75 0 0.90 0.31 109.81 0.82 0.38
Hex 2C B0 11 4B 0 5A 1F 6E 52 26
Octal 54 260 21 113 0 132 37 156 122 46
Binary 101100 10110000 10001 1001011 0 1011010 11111 1101110 1010010 100110

Color Harmonies of #2CB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB011

Black with #2CB011

Text Example


Text Example

White with #2CB011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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