#23ba32

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

Shades of Lime Green #23BA32

Tints of Lime Green #23BA32

Color information

#23BA32 (or 0x23BA32) is unknown color: approx Lime Green. HEX triplet: 23, BA and 32. RGB value is (35,186,50). Sum of RGB (Red+Green+Blue) = 35+186+50=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA32 is #DC45CD. Grayscale: #7D7D7D. Windows color (decimal): -14435790 or 3324451. OLE color: 3324451.

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

Color convert

RGB3518650-
CMYK0.8100.730.27
HSL125.96º68.33%43.33%-
HSV(B)125.96º81.18%72.94%-
XYZ18.8335.718.92-
YUV125.3585.4763.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 186 (73.05% from 255) = 68.63%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=12.92%
G=68.63%
B=18.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35186500.8100.730.27125.9668.3343.33
Hex23BA32510491B7e442b
Octal432726212101113317610453
Binary100011101110101100101010001010010011101111111101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ba32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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