Html Css Color HEX #2CC813 Lime Green

📋 copy color: '#2CC813'

red 44 ◦ green 200 ◦ blue 19

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

Shades of Lime Green #2CC813

Tints of Lime Green #2CC813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 76.05%

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

R = 16.73%
G = 76.05%
B = 7.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#2CC813 (or 0x2CC813) is known color: Lime Green. HEX triplet: 2C, C8 and 13. RGB value is (44,200,19). Sum of RGB (Red+Green+Blue) = 44+200+19=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 200 (78.52% from 255 or 76.05% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC813 is #D337EC. Grayscale: #858585. Windows color (decimal): -13842413 or 1296428. OLE color: 1296428.

HSL color Cylindrical-coordinate representation of color #2CC813: hue angle of 111.71º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CC813 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 200 19 -
CMYK 0.78 0 0.90 0.22
HSL 111.71º 0.83% 0.43% -
HSV(B) 111.71º 0.91% 0.78% -
XYZ 21.81 41.89 7.55 -
YUV 132.72 63.82 64.72 -
System Red Green Blue C M Y K H S L
Decimal 44 200 19 0.78 0 0.90 0.22 111.71 0.83 0.43
Hex 2C C8 13 4E 0 5A 16 70 53 2B
Octal 54 310 23 116 0 132 26 160 123 53
Binary 101100 11001000 10011 1001110 0 1011010 10110 1110000 1010011 101011

Color Harmonies of #2CC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC813

Black with #2CC813

Text Example


Text Example

White with #2CC813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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