#23BB3E

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

Shades of Lime Green #23BB3E

Tints of Lime Green #23BB3E

Color information

#23BB3E (or 0x23BB3E) is unknown color: approx Lime Green. HEX triplet: 23, BB and 3E. RGB value is (35,187,62). Sum of RGB (Red+Green+Blue) = 35+187+62=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #23BB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BB3E is #DC44C1. Grayscale: #7F7F7F. Windows color (decimal): -14435522 or 4111139. OLE color: 4111139.

HSL color Cylindrical-coordinate representation of color #23BB3E: hue angle of 130.66º 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 #23BB3E is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB3518762-
CMYK0.8100.670.27
HSL130.66º68.47%43.53%-
HSV(B)130.66º81.28%73.33%-
XYZ19.3336.2510.53-
YUV127.391.1462.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 187 (73.44% from 255) = 65.85%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=12.32%
G=65.85%
B=21.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35187620.8100.670.27130.6668.4743.53
Hex23BB3E510431B83442c
Octal432737612101033320310454
Binary1000111011101111111010100010100001111011100000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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