Html Css Color HEX #13D423 Lime Green

📋 copy color: '#13D423'

red 19 ◦ green 212 ◦ blue 35

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

Shades of Lime Green #13D423

Tints of Lime Green #13D423

RGB

 RED value IS 19 (7.81% from 255) = 7.14%

 GREEN value IS 212 (83.2% from 255) = 79.7%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 7.14%
G = 79.7%
B = 13.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#13D423 (or 0x13D423) is known color: Lime Green. HEX triplet: 13, D4 and 23. RGB value is (19,212,35). Sum of RGB (Red+Green+Blue) = 19+212+35=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 212 (83.20% from 255 or 79.70% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 212 - color contains mainly: green. Hex color #13D423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D423 is #EC2BDC. Grayscale: #868686. Windows color (decimal): -15477725 or 2348051. OLE color: 2348051.

HSL color Cylindrical-coordinate representation of color #13D423: hue angle of 124.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D423 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 212 35 -
CMYK 0.91 0 0.83 0.17
HSL 124.97º 0.84% 0.45% -
HSV(B) 124.97º 0.91% 0.83% -
XYZ 24.12 47.35 9.46 -
YUV 134.12 72.06 45.89 -
System Red Green Blue C M Y K H S L
Decimal 19 212 35 0.91 0 0.83 0.17 124.97 0.84 0.45
Hex 13 D4 23 5B 0 53 11 7D 54 2D
Octal 23 324 43 133 0 123 21 175 124 55
Binary 10011 11010100 100011 1011011 0 1010011 10001 1111101 1010100 101101

Color Harmonies of #13D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D423

Black with #13D423

Text Example


Text Example

White with #13D423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13D423; }

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

 H1.HeaderClassName
 {
   color: #13D423;
 }
 .AnyTagClassName
 {
   color: #13D423;
 }
</style>

background-color css

<style>
 a { background-color: #13D423; }

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

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

border-color css

<style>
 span { border-color: #13D423; }

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

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