#23BA10

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

Shades of Lime Green #23BA10

Tints of Lime Green #23BA10

Color information

#23BA10 (or 0x23BA10) is unknown color: approx Lime Green. HEX triplet: 23, BA and 10. RGB value is (35,186,16). Sum of RGB (Red+Green+Blue) = 35+186+16=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BA10 is #DC45EF. Grayscale: #7A7A7A. Windows color (decimal): -14435824 or 1096227. OLE color: 1096227.

HSL color Cylindrical-coordinate representation of color #23BA10: hue angle of 113.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23BA10 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB3518616-
CMYK0.8100.910.27
HSL113.29º84.16%39.61%-
HSV(B)113.29º91.4%72.94%-
XYZ18.3535.516.38-
YUV121.4768.4766.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 186 (73.05% from 255) = 78.48%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=14.77%
G=78.48%
B=6.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35186160.8100.910.27113.2984.1639.61
Hex23BA105105B1B715428
Octal432722012101333316112450
Binary10001110111010100001010001010110111101111100011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23BA10; }

 p { color: rgb(35,186,16); }

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

<style>
 a { background-color: #23BA10; }

 a { background-color: rgb(35,186,16); }

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

<style>
 span { border-color: #23BA10; }

 span { border-color: rgb(35,186,16); }

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