#23BA3C

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

Shades of Lime Green #23BA3C

Tints of Lime Green #23BA3C

Color information

#23BA3C (or 0x23BA3C) is unknown color: approx Lime Green. HEX triplet: 23, BA and 3C. RGB value is (35,186,60). Sum of RGB (Red+Green+Blue) = 35+186+60=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA3C is #DC45C3. Grayscale: #7E7E7E. Windows color (decimal): -14435780 or 3979811. OLE color: 3979811.

HSL color Cylindrical-coordinate representation of color #23BA3C: hue angle of 129.93º 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 #23BA3C is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB3518660-
CMYK0.8100.680.27
HSL129.93º68.33%43.33%-
HSV(B)129.93º81.18%72.94%-
XYZ19.0735.810.18-
YUV126.4990.4762.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=12.46%
G=66.19%
B=21.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35186600.8100.680.27129.9368.3343.33
Hex23BA3C510441B82442b
Octal432727412101043320210453
Binary1000111011101011110010100010100010011011100000101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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