#23DD1C

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

Shades of Lime Green #23DD1C

Tints of Lime Green #23DD1C

Color information

#23DD1C (or 0x23DD1C) is unknown color: approx Lime Green. HEX triplet: 23, DD and 1C. RGB value is (35,221,28). Sum of RGB (Red+Green+Blue) = 35+221+28=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #23DD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DD1C is #DC22E3. Grayscale: #8F8F8F. Windows color (decimal): -14426852 or 1891619. OLE color: 1891619.

HSL color Cylindrical-coordinate representation of color #23DD1C: hue angle of 117.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23DD1C is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB3522128-
CMYK0.8400.870.13
HSL117.82º77.51%48.82%-
HSV(B)117.82º87.33%86.67%-
XYZ26.7652.159.75-
YUV143.3862.8850.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 221 (86.72% from 255) = 77.82%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=12.32%
G=77.82%
B=9.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal35221280.8400.870.13117.8277.5148.82
Hex23DD1C54057D764e31
Octal433353412401271516611661
Binary1000111101110111100101010001010111110111101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,221,28); }

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

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

 a { background-color: rgb(35,221,28); }

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

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

 span { border-color: rgb(35,221,28); }

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