Html Css Color HEX #2CB013 Kelly Green

📋 copy color: '#2CB013'

red 44 ◦ green 176 ◦ blue 19

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

Shades of Kelly Green #2CB013

Tints of Kelly Green #2CB013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 18.41%
G = 73.64%
B = 7.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#2CB013 (or 0x2CB013) is known color: Kelly Green. HEX triplet: 2C, B0 and 13. RGB value is (44,176,19). Sum of RGB (Red+Green+Blue) = 44+176+19=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB013 is #D34FEC. Grayscale: #777777. Windows color (decimal): -13848557 or 1290284. OLE color: 1290284.

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

Color convert

RGB 44 176 19 -
CMYK 0.75 0 0.89 0.31
HSL 110.45º 0.81% 0.38% -
HSV(B) 110.45º 0.89% 0.69% -
XYZ 16.68 31.63 5.84 -
YUV 118.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 44 176 19 0.75 0 0.89 0.31 110.45 0.81 0.38
Hex 2C B0 13 4B 0 59 1F 6E 51 26
Octal 54 260 23 113 0 131 37 156 121 46
Binary 101100 10110000 10011 1001011 0 1011001 11111 1101110 1010001 100110

Color Harmonies of #2CB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB013

Black with #2CB013

Text Example


Text Example

White with #2CB013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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