#23BC3E

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

Shades of Lime Green #23BC3E

Tints of Lime Green #23BC3E

Color information

#23BC3E (or 0x23BC3E) is unknown color: approx Lime Green. HEX triplet: 23, BC and 3E. RGB value is (35,188,62). Sum of RGB (Red+Green+Blue) = 35+188+62=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC3E is #DC43C1. Grayscale: #808080. Windows color (decimal): -14435266 or 4111395. OLE color: 4111395.

HSL color Cylindrical-coordinate representation of color #23BC3E: hue angle of 130.59º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BC3E is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB3518862-
CMYK0.8100.670.26
HSL130.59º68.61%43.73%-
HSV(B)130.59º81.38%73.73%-
XYZ19.5536.6710.61-
YUV127.8990.8161.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 188 (73.83% from 255) = 65.96%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=12.28%
G=65.96%
B=21.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35188620.8100.670.26130.5968.6143.73
Hex23BC3E510431A83452c
Octal432747612101033220310554
Binary1000111011110011111010100010100001111010100000111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,188,62); }

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

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

 a { background-color: rgb(35,188,62); }

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

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

 span { border-color: rgb(35,188,62); }

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