#2BCB0D

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

Shades of Lime Green #2BCB0D

Tints of Lime Green #2BCB0D

Color information

#2BCB0D (or 0x2BCB0D) is unknown color: approx Lime Green. HEX triplet: 2B, CB and 0D. RGB value is (43,203,13). Sum of RGB (Red+Green+Blue) = 43+203+13=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCB0D is #D434F2. Grayscale: #868686. Windows color (decimal): -13907187 or 903979. OLE color: 903979.

HSL color Cylindrical-coordinate representation of color #2BCB0D: hue angle of 110.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BCB0D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB4320313-
CMYK0.7900.940.20
HSL110.53º87.96%42.35%-
HSV(B)110.53º93.6%79.61%-
XYZ22.4243.257.55-
YUV133.559.9963.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 203 (79.69% from 255) = 78.38%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=16.60%
G=78.38%
B=5.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43203130.7900.940.20110.5387.9642.35
Hex2BCBD4F05E146f582a
Octal533131511701362415713052
Binary1010111100101111011001111010111101010011011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,203,13); }

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

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

 a { background-color: rgb(43,203,13); }

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

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

 span { border-color: rgb(43,203,13); }

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