Html Css Color HEX #30DC10 Lime Green

📋 copy color: '#30DC10'

red 48 ◦ green 220 ◦ blue 16

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

Shades of Lime Green #30DC10

Tints of Lime Green #30DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 16.9%
G = 77.46%
B = 5.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#30DC10 (or 0x30DC10) is known color: Lime Green. HEX triplet: 30, DC and 10. RGB value is (48,220,16). Sum of RGB (Red+Green+Blue) = 48+220+16=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC10 is #CF23EF. Grayscale: #919191. Windows color (decimal): -13575152 or 1104944. OLE color: 1104944.

HSL color Cylindrical-coordinate representation of color #30DC10: hue angle of 110.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30DC10 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 16 -
CMYK 0.78 0 0.93 0.14
HSL 110.59º 0.86% 0.46% -
HSV(B) 110.59º 0.93% 0.86% -
XYZ 26.91 51.85 9.08 -
YUV 145.32 55.02 58.59 -
System Red Green Blue C M Y K H S L
Decimal 48 220 16 0.78 0 0.93 0.14 110.59 0.86 0.46
Hex 30 DC 10 4E 0 5D E 6F 56 2E
Octal 60 334 20 116 0 135 16 157 126 56
Binary 110000 11011100 10000 1001110 0 1011101 1110 1101111 1010110 101110

Color Harmonies of #30DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC10

Black with #30DC10

Text Example


Text Example

White with #30DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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