#23C246

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

Shades of Lime Green #23C246

Tints of Lime Green #23C246

Color information

#23C246 (or 0x23C246) is unknown color: approx Lime Green. HEX triplet: 23, C2 and 46. RGB value is (35,194,70). Sum of RGB (Red+Green+Blue) = 35+194+70=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #23C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C246 is #DC3DB9. Grayscale: #848484. Windows color (decimal): -14433722 or 4637219. OLE color: 4637219.

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

Color convert

RGB3519470-
CMYK0.8200.640.24
HSL133.21º69.43%44.9%-
HSV(B)133.21º81.96%76.08%-
XYZ21.0939.3812.28-
YUV132.3292.8258.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.71%
GREEN value IS 194 (76.17% from 255) = 64.88%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=11.71%
G=64.88%
B=23.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35194700.8200.640.24133.2169.4344.9
Hex23C246520401885452d
Octal4330210612201003020510555
Binary10001111000010100011010100100100000011000100001011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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