Html Css Color HEX #2CC013 Kelly Green

📋 copy color: '#2CC013'

red 44 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #2CC013

Tints of Kelly Green #2CC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.29%

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

R = 17.25%
G = 75.29%
B = 7.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2CC013 (or 0x2CC013) is known color: Kelly Green. HEX triplet: 2C, C0 and 13. RGB value is (44,192,19). Sum of RGB (Red+Green+Blue) = 44+192+19=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC013 is #D33FEC. Grayscale: #808080. Windows color (decimal): -13844461 or 1294380. OLE color: 1294380.

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

Color convert

RGB 44 192 19 -
CMYK 0.77 0 0.90 0.25
HSL 111.33º 0.82% 0.41% -
HSV(B) 111.33º 0.9% 0.75% -
XYZ 20.01 38.28 6.95 -
YUV 128.03 66.47 68.07 -
System Red Green Blue C M Y K H S L
Decimal 44 192 19 0.77 0 0.90 0.25 111.33 0.82 0.41
Hex 2C C0 13 4D 0 5A 19 6F 52 29
Octal 54 300 23 115 0 132 31 157 122 51
Binary 101100 11000000 10011 1001101 0 1011010 11001 1101111 1010010 101001

Color Harmonies of #2CC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC013

Black with #2CC013

Text Example


Text Example

White with #2CC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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