#2CC11D

Color #2CC11D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CC11D

Tints of Lime Green #2CC11D

Color information

#2CC11D (or 0x2CC11D) is unknown color: approx Lime Green. HEX triplet: 2C, C1 and 1D. RGB value is (44,193,29). Sum of RGB (Red+Green+Blue) = 44+193+29=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC11D is #D33EE2. Grayscale: #828282. Windows color (decimal): -13844195 or 1949996. OLE color: 1949996.

HSL color Cylindrical-coordinate representation of color #2CC11D: hue angle of 114.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CC11D is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB4419329-
CMYK0.7700.850.24
HSL114.51º73.87%43.53%-
HSV(B)114.51º84.97%75.69%-
XYZ20.3338.767.57-
YUV129.7571.1466.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=16.54%
G=72.56%
B=10.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44193290.7700.850.24114.5173.8743.53
Hex2CC11D4D05518734a2c
Octal543013511501253016311254
Binary10110011000001111011001101010101011100011100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CC11D;
 }
 .AnyTagClassName
 {
   color: #2CC11D;
 }
</style>
background-color css

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

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

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

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

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

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