#23D015

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

Shades of Lime Green #23D015

Tints of Lime Green #23D015

Color information

#23D015 (or 0x23D015) is unknown color: approx Lime Green. HEX triplet: 23, D0 and 15. RGB value is (35,208,21). Sum of RGB (Red+Green+Blue) = 35+208+21=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #23D015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D015 is #DC2FEA. Grayscale: #878787. Windows color (decimal): -14430187 or 1429539. OLE color: 1429539.

HSL color Cylindrical-coordinate representation of color #23D015: hue angle of 115.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23D015 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB3520821-
CMYK0.8300.900.18
HSL115.51º81.66%44.9%-
HSV(B)115.51º89.9%81.57%-
XYZ23.3845.528.26-
YUV134.9563.6956.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 208 (81.64% from 255) = 78.79%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=13.26%
G=78.79%
B=7.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal35208210.8300.900.18115.5181.6644.9
Hex23D0155305A1274522d
Octal433202512301322216412255
Binary10001111010000101011010011010110101001011101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23D015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,208,21); }

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

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

 a { background-color: rgb(35,208,21); }

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

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

 span { border-color: rgb(35,208,21); }

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