Html Css Color HEX #2CC114 Lime Green

📋 copy color: '#2CC114'

red 44 ◦ green 193 ◦ blue 20

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

Shades of Lime Green #2CC114

Tints of Lime Green #2CC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.1%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 17.12%
G = 75.1%
B = 7.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#2CC114 (or 0x2CC114) is known color: Lime Green. HEX triplet: 2C, C1 and 14. RGB value is (44,193,20). Sum of RGB (Red+Green+Blue) = 44+193+20=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC114 is #D33EEB. Grayscale: #818181. Windows color (decimal): -13844204 or 1360172. OLE color: 1360172.

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

Color convert

RGB 44 193 20 -
CMYK 0.77 0 0.90 0.24
HSL 111.68º 0.81% 0.42% -
HSV(B) 111.68º 0.9% 0.76% -
XYZ 20.23 38.73 7.07 -
YUV 128.73 66.64 67.57 -
System Red Green Blue C M Y K H S L
Decimal 44 193 20 0.77 0 0.90 0.24 111.68 0.81 0.42
Hex 2C C1 14 4D 0 5A 18 70 51 2A
Octal 54 301 24 115 0 132 30 160 121 52
Binary 101100 11000001 10100 1001101 0 1011010 11000 1110000 1010001 101010

Color Harmonies of #2CC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC114

Black with #2CC114

Text Example


Text Example

White with #2CC114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,193,20); }

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

background-color css

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

 a { background-color: rgb(44,193,20); }

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

border-color css

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

 span { border-color: rgb(44,193,20); }

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