Html Css Color HEX #23DC13 Lime Green

📋 copy color: '#23DC13'

red 35 ◦ green 220 ◦ blue 19

#23DC13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #23DC13

Tints of Lime Green #23DC13

RGB

 RED value IS 35 (14.06% from 255) = 12.77%

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 12.77%
G = 80.29%
B = 6.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#23DC13 (or 0x23DC13) is known color: Lime Green. HEX triplet: 23, DC and 13. RGB value is (35,220,19). Sum of RGB (Red+Green+Blue) = 35+220+19=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DC13 is #DC23EC. Grayscale: #8E8E8E. Windows color (decimal): -14427117 or 1301539. OLE color: 1301539.

HSL color Cylindrical-coordinate representation of color #23DC13: hue angle of 115.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23DC13 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 19 -
CMYK 0.84 0 0.91 0.14
HSL 115.22º 0.84% 0.47% -
HSV(B) 115.22º 0.91% 0.86% -
XYZ 26.4 51.59 9.18 -
YUV 141.77 58.71 51.84 -
System Red Green Blue C M Y K H S L
Decimal 35 220 19 0.84 0 0.91 0.14 115.22 0.84 0.47
Hex 23 DC 13 54 0 5B E 73 54 2F
Octal 43 334 23 124 0 133 16 163 124 57
Binary 100011 11011100 10011 1010100 0 1011011 1110 1110011 1010100 101111

Color Harmonies of #23DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DC13

Black with #23DC13

Text Example


Text Example

White with #23DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,220,19); }

 H1.HeaderClassName
 {
   color: #23DC13;
 }
 .AnyTagClassName
 {
   color: #23DC13;
 }
</style>

background-color css

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

 a { background-color: rgb(35,220,19); }

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

border-color css

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

 span { border-color: rgb(35,220,19); }

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