#23b52e

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

Shades of Lime Green #23B52E

Tints of Lime Green #23B52E

Color information

#23B52E (or 0x23B52E) is unknown color: approx Lime Green. HEX triplet: 23, B5 and 2E. RGB value is (35,181,46). Sum of RGB (Red+Green+Blue) = 35+181+46=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #23B52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B52E is #DC4AD1. Grayscale: #7A7A7A. Windows color (decimal): -14437074 or 3061027. OLE color: 3061027.

HSL color Cylindrical-coordinate representation of color #23B52E: hue angle of 124.52º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B52E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB3518146-
CMYK0.8100.750.29
HSL124.52º67.59%42.35%-
HSV(B)124.52º80.66%70.98%-
XYZ17.7133.68.14-
YUV121.9685.1365.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 181 (71.09% from 255) = 69.08%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=13.36%
G=69.08%
B=17.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35181460.8100.750.29124.5267.5942.35
Hex23B52E5104B1D7d442a
Octal432655612101133517510452
Binary100011101101011011101010001010010111110111111011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23b52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,181,46); }

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

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

 a { background-color: rgb(35,181,46); }

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

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

 span { border-color: rgb(35,181,46); }

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