#23C216

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

Shades of Lime Green #23C216

Tints of Lime Green #23C216

Color information

#23C216 (or 0x23C216) is unknown color: approx Lime Green. HEX triplet: 23, C2 and 16. RGB value is (35,194,22). Sum of RGB (Red+Green+Blue) = 35+194+22=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #23C216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C216 is #DC3DE9. Grayscale: #7F7F7F. Windows color (decimal): -14433770 or 1491491. OLE color: 1491491.

HSL color Cylindrical-coordinate representation of color #23C216: hue angle of 115.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23C216 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB3519422-
CMYK0.8200.890.24
HSL115.47º79.63%42.35%-
HSV(B)115.47º88.66%76.08%-
XYZ20.13397.23-
YUV126.8568.8262.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 194 (76.17% from 255) = 77.29%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=13.94%
G=77.29%
B=8.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35194220.8200.890.24115.4779.6342.35
Hex23C216520591873502a
Octal433022612201313016312052
Binary10001111000010101101010010010110011100011100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,194,22); }

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

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

 a { background-color: rgb(35,194,22); }

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

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

 span { border-color: rgb(35,194,22); }

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