Html Css Color HEX #30DC13 Lime Green

📋 copy color: '#30DC13'

red 48 ◦ green 220 ◦ blue 19

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

Shades of Lime Green #30DC13

Tints of Lime Green #30DC13

RGB

 RED value IS 48 (19.14% from 255) = 16.72%

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

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

R = 16.72%
G = 76.66%
B = 6.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#30DC13 (or 0x30DC13) is known color: Lime Green. HEX triplet: 30, DC and 13. RGB value is (48,220,19). Sum of RGB (Red+Green+Blue) = 48+220+19=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC13 is #CF23EC. Grayscale: #929292. Windows color (decimal): -13575149 or 1301552. OLE color: 1301552.

HSL color Cylindrical-coordinate representation of color #30DC13: hue angle of 111.34º 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 #30DC13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 19 -
CMYK 0.78 0 0.91 0.14
HSL 111.34º 0.84% 0.47% -
HSV(B) 111.34º 0.91% 0.86% -
XYZ 26.93 51.86 9.21 -
YUV 145.66 56.52 58.34 -
System Red Green Blue C M Y K H S L
Decimal 48 220 19 0.78 0 0.91 0.14 111.34 0.84 0.47
Hex 30 DC 13 4E 0 5B E 6F 54 2F
Octal 60 334 23 116 0 133 16 157 124 57
Binary 110000 11011100 10011 1001110 0 1011011 1110 1101111 1010100 101111

Color Harmonies of #30DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC13

Black with #30DC13

Text Example


Text Example

White with #30DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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