#23BB2F

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

Shades of Lime Green #23BB2F

Tints of Lime Green #23BB2F

Color information

#23BB2F (or 0x23BB2F) is unknown color: approx Lime Green. HEX triplet: 23, BB and 2F. RGB value is (35,187,47). Sum of RGB (Red+Green+Blue) = 35+187+47=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 187 (73.44% from 255 or 69.52% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 187 - color contains mainly: green. Hex color #23BB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BB2F is #DC44D0. Grayscale: #7E7E7E. Windows color (decimal): -14435537 or 3128099. OLE color: 3128099.

HSL color Cylindrical-coordinate representation of color #23BB2F: hue angle of 124.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BB2F is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB3518747-
CMYK0.8100.750.27
HSL124.74º68.47%43.53%-
HSV(B)124.74º81.28%73.33%-
XYZ18.9836.18.66-
YUV125.5983.6463.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 187 (73.44% from 255) = 69.52%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=13.01%
G=69.52%
B=17.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35187470.8100.750.27124.7468.4743.53
Hex23BB2F5104B1B7d442c
Octal432735712101133317510454
Binary100011101110111011111010001010010111101111111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,187,47); }

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

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

 a { background-color: rgb(35,187,47); }

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

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

 span { border-color: rgb(35,187,47); }

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