#23BA14

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

Shades of Lime Green #23BA14

Tints of Lime Green #23BA14

Color information

#23BA14 (or 0x23BA14) is unknown color: approx Lime Green. HEX triplet: 23, BA and 14. RGB value is (35,186,20). Sum of RGB (Red+Green+Blue) = 35+186+20=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BA14 is #DC45EB. Grayscale: #7A7A7A. Windows color (decimal): -14435820 or 1358371. OLE color: 1358371.

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

Color convert

RGB3518620-
CMYK0.8100.890.27
HSL114.58º80.58%40.39%-
HSV(B)114.58º89.25%72.94%-
XYZ18.3835.536.55-
YUV121.9370.4766-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 186 (73.05% from 255) = 77.18%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=14.52%
G=77.18%
B=8.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35186200.8100.890.27114.5880.5840.39
Hex23BA14510591B735128
Octal432722412101313316312150
Binary10001110111010101001010001010110011101111100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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