#2BCC1C

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

Shades of Lime Green #2BCC1C

Tints of Lime Green #2BCC1C

Color information

#2BCC1C (or 0x2BCC1C) is unknown color: approx Lime Green. HEX triplet: 2B, CC and 1C. RGB value is (43,204,28). Sum of RGB (Red+Green+Blue) = 43+204+28=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCC1C is #D433E3. Grayscale: #888888. Windows color (decimal): -13906916 or 1887275. OLE color: 1887275.

HSL color Cylindrical-coordinate representation of color #2BCC1C: hue angle of 114.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BCC1C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB4320428-
CMYK0.7900.860.2
HSL114.89º75.86%45.49%-
HSV(B)114.89º86.27%80%-
XYZ22.843.788.35-
YUV135.867.1661.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 204 (80.08% from 255) = 74.18%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=15.64%
G=74.18%
B=10.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal43204280.7900.860.2114.8975.8645.49
Hex2BCC1C4F05614734c2d
Octal533143411701262416311455
Binary10101111001100111001001111010101101010011100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,204,28); }

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

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

 a { background-color: rgb(43,204,28); }

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

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

 span { border-color: rgb(43,204,28); }

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