#2BC31D

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

Shades of Lime Green #2BC31D

Tints of Lime Green #2BC31D

Color information

#2BC31D (or 0x2BC31D) is unknown color: approx Lime Green. HEX triplet: 2B, C3 and 1D. RGB value is (43,195,29). Sum of RGB (Red+Green+Blue) = 43+195+29=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC31D is #D43CE2. Grayscale: #838383. Windows color (decimal): -13909219 or 1950507. OLE color: 1950507.

HSL color Cylindrical-coordinate representation of color #2BC31D: hue angle of 114.94º 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 #2BC31D is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB4319529-
CMYK0.7800.850.24
HSL114.94º74.11%43.92%-
HSV(B)114.94º85.13%76.47%-
XYZ20.7339.637.72-
YUV130.6370.6465.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 195 (76.56% from 255) = 73.03%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=16.10%
G=73.03%
B=10.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43195290.7800.850.24114.9474.1143.92
Hex2BC31D4E05518734a2c
Octal533033511601253016311254
Binary10101111000011111011001110010101011100011100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,195,29); }

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

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

 a { background-color: rgb(43,195,29); }

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

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

 span { border-color: rgb(43,195,29); }

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