#23B22A

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

Shades of Lime Green #23B22A

Tints of Lime Green #23B22A

Color information

#23B22A (or 0x23B22A) is unknown color: approx Lime Green. HEX triplet: 23, B2 and 2A. RGB value is (35,178,42). Sum of RGB (Red+Green+Blue) = 35+178+42=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #23B22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B22A is #DC4DD5. Grayscale: #787878. Windows color (decimal): -14437846 or 2798115. OLE color: 2798115.

HSL color Cylindrical-coordinate representation of color #23B22A: hue angle of 122.94º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B22A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB3517842-
CMYK0.8000.760.30
HSL122.94º67.14%41.76%-
HSV(B)122.94º80.34%69.8%-
XYZ17.0332.377.54-
YUV119.7484.1267.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.73%
GREEN value IS 178 (69.92% from 255) = 69.80%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=13.73%
G=69.80%
B=16.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal35178420.8000.760.30122.9467.1441.76
Hex23B22A5004C1E7b432a
Octal432625212001143617310352
Binary100011101100101010101010000010011001111011110111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,178,42); }

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

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

 a { background-color: rgb(35,178,42); }

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

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

 span { border-color: rgb(35,178,42); }

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