#2BC62A

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

Shades of Lime Green #2BC62A

Tints of Lime Green #2BC62A

Color information

#2BC62A (or 0x2BC62A) is unknown color: approx Lime Green. HEX triplet: 2B, C6 and 2A. RGB value is (43,198,42). Sum of RGB (Red+Green+Blue) = 43+198+42=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC62A is #D439D5. Grayscale: #868686. Windows color (decimal): -13908438 or 2803243. OLE color: 2803243.

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

Color convert

RGB4319842-
CMYK0.7800.790.22
HSL119.62º65%47.06%-
HSV(B)119.62º78.79%77.65%-
XYZ21.6141.078.98-
YUV133.8776.1563.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 198 (77.73% from 255) = 69.96%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=15.19%
G=69.96%
B=14.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43198420.7800.790.22119.626547.06
Hex2BC62A4E04F1678412f
Octal533065211601172617010157
Binary101011110001101010101001110010011111011011110001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,198,42); }

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

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

 a { background-color: rgb(43,198,42); }

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

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

 span { border-color: rgb(43,198,42); }

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