#2BC617

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

Shades of Lime Green #2BC617

Tints of Lime Green #2BC617

Color information

#2BC617 (or 0x2BC617) is unknown color: approx Lime Green. HEX triplet: 2B, C6 and 17. RGB value is (43,198,23). Sum of RGB (Red+Green+Blue) = 43+198+23=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 198 (77.73% from 255 or 75% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC617 is #D439E8. Grayscale: #848484. Windows color (decimal): -13908457 or 1558059. OLE color: 1558059.

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

Color convert

RGB4319823-
CMYK0.7800.880.22
HSL113.14º79.19%43.33%-
HSV(B)113.14º88.38%77.65%-
XYZ21.3440.967.59-
YUV131.766.6564.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 198 (77.73% from 255) = 75%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=16.29%
G=75%
B=8.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43198230.7800.880.22113.1479.1943.33
Hex2BC6174E05816714f2b
Octal533062711601302616111753
Binary10101111000110101111001110010110001011011100011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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