#23d932

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

Shades of Lime Green #23D932

Tints of Lime Green #23D932

Color information

#23D932 (or 0x23D932) is unknown color: approx Lime Green. HEX triplet: 23, D9 and 32. RGB value is (35,217,50). Sum of RGB (Red+Green+Blue) = 35+217+50=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #23D932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D932 is #DC26CD. Grayscale: #909090. Windows color (decimal): -14427854 or 3332387. OLE color: 3332387.

HSL color Cylindrical-coordinate representation of color #23D932: hue angle of 124.95º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D932 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB3521750-
CMYK0.8400.770.15
HSL124.95º72.22%49.41%-
HSV(B)124.95º83.87%85.1%-
XYZ26.0850.2111.34-
YUV143.5475.250.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 217 (85.16% from 255) = 71.85%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=11.59%
G=71.85%
B=16.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35217500.8400.770.15124.9572.2249.41
Hex23D9325404DF7d4831
Octal433316212401151717511061
Binary10001111011001110010101010001001101111111111011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23d932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,217,50); }

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

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

 a { background-color: rgb(35,217,50); }

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

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

 span { border-color: rgb(35,217,50); }

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