#2BB03E

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

Shades of Lime Green #2BB03E

Tints of Lime Green #2BB03E

Color information

#2BB03E (or 0x2BB03E) is unknown color: approx Lime Green. HEX triplet: 2B, B0 and 3E. RGB value is (43,176,62). Sum of RGB (Red+Green+Blue) = 43+176+62=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB03E is #D44FC1. Grayscale: #7B7B7B. Windows color (decimal): -13914050 or 4108331. OLE color: 4108331.

HSL color Cylindrical-coordinate representation of color #2BB03E: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB03E is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB4317662-
CMYK0.7600.650.31
HSL128.57º60.73%42.94%-
HSV(B)128.57º75.57%69.02%-
XYZ17.3931.919.8-
YUV123.2493.4470.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 176 (69.14% from 255) = 62.63%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=15.30%
G=62.63%
B=22.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43176620.7600.650.31128.5760.7342.94
Hex2BB03E4C0411F813d2b
Octal53260761140101372017553
Binary101011101100001111101001100010000011111110000001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,176,62); }

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

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

 a { background-color: rgb(43,176,62); }

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

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

 span { border-color: rgb(43,176,62); }

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