Html Css Color HEX #13D028 Lime Green

📋 copy color: '#13D028'

red 19 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #13D028

Tints of Lime Green #13D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.9%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 7.12%
G = 77.9%
B = 14.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#13D028 (or 0x13D028) is known color: Lime Green. HEX triplet: 13, D0 and 28. RGB value is (19,208,40). Sum of RGB (Red+Green+Blue) = 19+208+40=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 208 (81.64% from 255 or 77.90% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 208 - color contains mainly: green. Hex color #13D028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D028 is #EC2FD7. Grayscale: #848484. Windows color (decimal): -15478744 or 2674707. OLE color: 2674707.

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

Color convert

RGB 19 208 40 -
CMYK 0.91 0 0.81 0.18
HSL 126.67º 0.83% 0.45% -
HSV(B) 126.67º 0.91% 0.82% -
XYZ 23.21 45.4 9.55 -
YUV 132.34 75.88 47.16 -
System Red Green Blue C M Y K H S L
Decimal 19 208 40 0.91 0 0.81 0.18 126.67 0.83 0.45
Hex 13 D0 28 5B 0 51 12 7F 53 2D
Octal 23 320 50 133 0 121 22 177 123 55
Binary 10011 11010000 101000 1011011 0 1010001 10010 1111111 1010011 101101

Color Harmonies of #13D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D028

Black with #13D028

Text Example


Text Example

White with #13D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,40); }

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

background-color css

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

 a { background-color: rgb(19,208,40); }

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

border-color css

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

 span { border-color: rgb(19,208,40); }

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