Html Css Color HEX #2CB513 Kelly Green

📋 copy color: '#2CB513'

red 44 ◦ green 181 ◦ blue 19

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

Shades of Kelly Green #2CB513

Tints of Kelly Green #2CB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 74.18%

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

R = 18.03%
G = 74.18%
B = 7.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#2CB513 (or 0x2CB513) is known color: Kelly Green. HEX triplet: 2C, B5 and 13. RGB value is (44,181,19). Sum of RGB (Red+Green+Blue) = 44+181+19=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB513 is #D34AEC. Grayscale: #7A7A7A. Windows color (decimal): -13847277 or 1291564. OLE color: 1291564.

HSL color Cylindrical-coordinate representation of color #2CB513: hue angle of 110.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CB513 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 19 -
CMYK 0.76 0 0.90 0.29
HSL 110.74º 0.81% 0.39% -
HSV(B) 110.74º 0.9% 0.71% -
XYZ 17.68 33.63 6.18 -
YUV 121.57 70.11 72.67 -
System Red Green Blue C M Y K H S L
Decimal 44 181 19 0.76 0 0.90 0.29 110.74 0.81 0.39
Hex 2C B5 13 4C 0 5A 1D 6F 51 27
Octal 54 265 23 114 0 132 35 157 121 47
Binary 101100 10110101 10011 1001100 0 1011010 11101 1101111 1010001 100111

Color Harmonies of #2CB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB513

Black with #2CB513

Text Example


Text Example

White with #2CB513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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