#23BF27

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

Shades of Lime Green #23BF27

Tints of Lime Green #23BF27

Color information

#23BF27 (or 0x23BF27) is unknown color: approx Lime Green. HEX triplet: 23, BF and 27. RGB value is (35,191,39). Sum of RGB (Red+Green+Blue) = 35+191+39=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF27 is #DC40D8. Grayscale: #7F7F7F. Windows color (decimal): -14434521 or 2604835. OLE color: 2604835.

HSL color Cylindrical-coordinate representation of color #23BF27: hue angle of 121.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BF27 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB3519139-
CMYK0.8200.800.25
HSL121.54º69.03%44.31%-
HSV(B)121.54º81.68%74.9%-
XYZ19.6937.778.17-
YUV127.0378.3262.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 191 (75% from 255) = 72.08%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=13.21%
G=72.08%
B=14.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35191390.8200.800.25121.5469.0344.31
Hex23BF2752050197a452c
Octal432774712201203117210554
Binary100011101111111001111010010010100001100111110101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,191,39); }

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

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

 a { background-color: rgb(35,191,39); }

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

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

 span { border-color: rgb(35,191,39); }

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