#23B32D

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

Shades of Lime Green #23B32D

Tints of Lime Green #23B32D

Color information

#23B32D (or 0x23B32D) is unknown color: approx Lime Green. HEX triplet: 23, B3 and 2D. RGB value is (35,179,45). Sum of RGB (Red+Green+Blue) = 35+179+45=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #23B32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B32D is #DC4CD2. Grayscale: #797979. Windows color (decimal): -14437587 or 2994979. OLE color: 2994979.

HSL color Cylindrical-coordinate representation of color #23B32D: hue angle of 124.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B32D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB3517945-
CMYK0.8000.750.30
HSL124.17º67.29%41.96%-
HSV(B)124.17º80.45%70.2%-
XYZ17.2932.797.9-
YUV120.6785.2966.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 179 (70.31% from 255) = 69.11%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=13.51%
G=69.11%
B=17.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal35179450.8000.750.30124.1767.2941.96
Hex23B32D5004B1E7c432a
Octal432635512001133617410352
Binary100011101100111011011010000010010111111011111001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,179,45); }

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

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

 a { background-color: rgb(35,179,45); }

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

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

 span { border-color: rgb(35,179,45); }

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