#2BCD14

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

Shades of Lime Green #2BCD14

Tints of Lime Green #2BCD14

Color information

#2BCD14 (or 0x2BCD14) is unknown color: approx Lime Green. HEX triplet: 2B, CD and 14. RGB value is (43,205,20). Sum of RGB (Red+Green+Blue) = 43+205+20=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCD14 is #D432EB. Grayscale: #888888. Windows color (decimal): -13906668 or 1363243. OLE color: 1363243.

HSL color Cylindrical-coordinate representation of color #2BCD14: hue angle of 112.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BCD14 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB4320520-
CMYK0.7900.900.20
HSL112.54º82.22%44.12%-
HSV(B)112.54º90.24%80.39%-
XYZ22.9544.237.99-
YUV135.4762.8362.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 205 (80.47% from 255) = 76.49%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=16.04%
G=76.49%
B=7.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43205200.7900.900.20112.5482.2244.12
Hex2BCD144F05A1471522c
Octal533152411701322416112254
Binary10101111001101101001001111010110101010011100011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,205,20); }

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

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

 a { background-color: rgb(43,205,20); }

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

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

 span { border-color: rgb(43,205,20); }

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