#23b330

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

Shades of Lime Green #23B330

Tints of Lime Green #23B330

Color information

#23B330 (or 0x23B330) is unknown color: approx Lime Green. HEX triplet: 23, B3 and 30. RGB value is (35,179,48). Sum of RGB (Red+Green+Blue) = 35+179+48=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #23B330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B330 is #DC4CCF. Grayscale: #797979. Windows color (decimal): -14437584 or 3191587. OLE color: 3191587.

HSL color Cylindrical-coordinate representation of color #23B330: hue angle of 125.42º 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 #23B330 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB3517948-
CMYK0.8000.730.30
HSL125.42º67.29%41.96%-
HSV(B)125.42º80.45%70.2%-
XYZ17.3532.818.22-
YUV121.0186.7966.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 179 (70.31% from 255) = 68.32%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=13.36%
G=68.32%
B=18.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal35179480.8000.730.30125.4267.2941.96
Hex23B330500491E7d432a
Octal432636012001113617510352
Binary100011101100111100001010000010010011111011111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23b330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,179,48); }

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

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

 a { background-color: rgb(35,179,48); }

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

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

 span { border-color: rgb(35,179,48); }

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