#23AF2B

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

Shades of Lime Green #23AF2B

Tints of Lime Green #23AF2B

Color information

#23AF2B (or 0x23AF2B) is unknown color: approx Lime Green. HEX triplet: 23, AF and 2B. RGB value is (35,175,43). Sum of RGB (Red+Green+Blue) = 35+175+43=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF2B is #DC50D4. Grayscale: #767676. Windows color (decimal): -14438613 or 2862883. OLE color: 2862883.

HSL color Cylindrical-coordinate representation of color #23AF2B: hue angle of 123.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF2B is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB3517543-
CMYK0.800.750.31
HSL123.43º66.67%41.18%-
HSV(B)123.43º80%68.63%-
XYZ16.4631.197.44-
YUV118.0985.6268.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 175 (68.75% from 255) = 69.17%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=13.83%
G=69.17%
B=17.00%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35175430.800.750.31123.4366.6741.18
Hex23AF2B5004B1F7b4329
Octal432575312001133717310351
Binary100011101011111010111010000010010111111111110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,175,43); }

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

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

 a { background-color: rgb(35,175,43); }

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

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

 span { border-color: rgb(35,175,43); }

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