Html Css Color HEX #2CB813 Kelly Green

📋 copy color: '#2CB813'

red 44 ◦ green 184 ◦ blue 19

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

Shades of Kelly Green #2CB813

Tints of Kelly Green #2CB813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 74.49%

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

R = 17.81%
G = 74.49%
B = 7.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#2CB813 (or 0x2CB813) is known color: Kelly Green. HEX triplet: 2C, B8 and 13. RGB value is (44,184,19). Sum of RGB (Red+Green+Blue) = 44+184+19=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 184 (72.27% from 255 or 74.49% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB813 is #D347EC. Grayscale: #7B7B7B. Windows color (decimal): -13846509 or 1292332. OLE color: 1292332.

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

Color convert

RGB 44 184 19 -
CMYK 0.76 0 0.90 0.28
HSL 110.91º 0.81% 0.4% -
HSV(B) 110.91º 0.9% 0.72% -
XYZ 18.3 34.86 6.38 -
YUV 123.33 69.12 71.42 -
System Red Green Blue C M Y K H S L
Decimal 44 184 19 0.76 0 0.90 0.28 110.91 0.81 0.4
Hex 2C B8 13 4C 0 5A 1C 6F 51 28
Octal 54 270 23 114 0 132 34 157 121 50
Binary 101100 10111000 10011 1001100 0 1011010 11100 1101111 1010001 101000

Color Harmonies of #2CB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB813

Black with #2CB813

Text Example


Text Example

White with #2CB813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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