#23C31A

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

Shades of Lime Green #23C31A

Tints of Lime Green #23C31A

Color information

#23C31A (or 0x23C31A) is unknown color: approx Lime Green. HEX triplet: 23, C3 and 1A. RGB value is (35,195,26). Sum of RGB (Red+Green+Blue) = 35+195+26=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #23C31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C31A is #DC3CE5. Grayscale: #808080. Windows color (decimal): -14433510 or 1753891. OLE color: 1753891.

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

Color convert

RGB3519526-
CMYK0.8200.870.24
HSL116.8º76.47%43.33%-
HSV(B)116.8º86.67%76.47%-
XYZ20.3939.467.52-
YUV127.8970.4961.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 195 (76.56% from 255) = 76.17%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=13.67%
G=76.17%
B=10.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35195260.8200.870.24116.876.4743.33
Hex23C31A5205718754c2b
Octal433033212201273016511453
Binary10001111000011110101010010010101111100011101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,195,26); }

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

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

 a { background-color: rgb(35,195,26); }

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

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

 span { border-color: rgb(35,195,26); }

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