#2BC82F

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

Shades of Lime Green #2BC82F

Tints of Lime Green #2BC82F

Color information

#2BC82F (or 0x2BC82F) is unknown color: approx Lime Green. HEX triplet: 2B, C8 and 2F. RGB value is (43,200,47). Sum of RGB (Red+Green+Blue) = 43+200+47=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC82F is #D437D0. Grayscale: #888888. Windows color (decimal): -13907921 or 3131435. OLE color: 3131435.

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

Color convert

RGB4320047-
CMYK0.7800.760.22
HSL121.53º64.61%47.65%-
HSV(B)121.53º78.5%78.43%-
XYZ22.1642.039.63-
YUV135.6277.9961.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.83%
GREEN value IS 200 (78.52% from 255) = 68.97%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=14.83%
G=68.97%
B=16.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43200470.7800.760.22121.5364.6147.65
Hex2BC82F4E04C167a4130
Octal533105711601142617210160
Binary101011110010001011111001110010011001011011110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,200,47); }

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

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

 a { background-color: rgb(43,200,47); }

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

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

 span { border-color: rgb(43,200,47); }

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