#23d033

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

Shades of Lime Green #23D033

Tints of Lime Green #23D033

Color information

#23D033 (or 0x23D033) is unknown color: approx Lime Green. HEX triplet: 23, D0 and 33. RGB value is (35,208,51). Sum of RGB (Red+Green+Blue) = 35+208+51=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #23D033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D033 is #DC2FCC. Grayscale: #8A8A8A. Windows color (decimal): -14430157 or 3395619. OLE color: 3395619.

HSL color Cylindrical-coordinate representation of color #23D033: hue angle of 125.55º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D033 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB3520851-
CMYK0.8300.750.18
HSL125.55º71.19%47.65%-
HSV(B)125.55º83.17%81.57%-
XYZ23.8545.7110.7-
YUV138.3778.6954.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.90%
GREEN value IS 208 (81.64% from 255) = 70.75%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=11.90%
G=70.75%
B=17.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal35208510.8300.750.18125.5571.1947.65
Hex23D0335304B127e4730
Octal433206312301132217610760
Binary100011110100001100111010011010010111001011111101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23d033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,208,51); }

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

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

 a { background-color: rgb(35,208,51); }

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

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

 span { border-color: rgb(35,208,51); }

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