Html Css Color HEX #30D019 Lime Green

📋 copy color: '#30D019'

red 48 ◦ green 208 ◦ blue 25

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

Shades of Lime Green #30D019

Tints of Lime Green #30D019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 17.08%
G = 74.02%
B = 8.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#30D019 (or 0x30D019) is known color: Lime Green. HEX triplet: 30, D0 and 19. RGB value is (48,208,25). Sum of RGB (Red+Green+Blue) = 48+208+25=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #30D019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D019 is #CF2FE6. Grayscale: #8B8B8B. Windows color (decimal): -13578215 or 1691696. OLE color: 1691696.

HSL color Cylindrical-coordinate representation of color #30D019: hue angle of 112.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30D019 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 25 -
CMYK 0.77 0 0.88 0.18
HSL 112.46º 0.79% 0.46% -
HSV(B) 112.46º 0.88% 0.82% -
XYZ 23.95 45.81 8.5 -
YUV 139.3 63.49 62.88 -
System Red Green Blue C M Y K H S L
Decimal 48 208 25 0.77 0 0.88 0.18 112.46 0.79 0.46
Hex 30 D0 19 4D 0 58 12 70 4F 2E
Octal 60 320 31 115 0 130 22 160 117 56
Binary 110000 11010000 11001 1001101 0 1011000 10010 1110000 1001111 101110

Color Harmonies of #30D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D019

Black with #30D019

Text Example


Text Example

White with #30D019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,208,25); }

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

background-color css

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

 a { background-color: rgb(48,208,25); }

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

border-color css

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

 span { border-color: rgb(48,208,25); }

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