#2bc93e

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

Shades of Lime Green #2BC93E

Tints of Lime Green #2BC93E

Color information

#2BC93E (or 0x2BC93E) is unknown color: approx Lime Green. HEX triplet: 2B, C9 and 3E. RGB value is (43,201,62). Sum of RGB (Red+Green+Blue) = 43+201+62=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC93E is #D436C1. Grayscale: #8A8A8A. Windows color (decimal): -13907650 or 4114731. OLE color: 4114731.

HSL color Cylindrical-coordinate representation of color #2BC93E: hue angle of 127.22º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC93E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB4320162-
CMYK0.7900.690.21
HSL127.22º64.75%47.84%-
HSV(B)127.22º78.61%78.82%-
XYZ22.7542.6311.59-
YUV137.9185.1560.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 201 (78.91% from 255) = 65.69%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=14.05%
G=65.69%
B=20.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43201620.7900.690.21127.2264.7547.84
Hex2BC93E4F045157f4130
Octal533117611701052517710160
Binary101011110010011111101001111010001011010111111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc93e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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