Html Css Color HEX #30D018 Lime Green

📋 copy color: '#30D018'

red 48 ◦ green 208 ◦ blue 24

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

Shades of Lime Green #30D018

Tints of Lime Green #30D018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 17.14%
G = 74.29%
B = 8.57%

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

#30D018 (or 0x30D018) is known color: Lime Green. HEX triplet: 30, D0 and 18. RGB value is (48,208,24). Sum of RGB (Red+Green+Blue) = 48+208+24=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #30D018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D018 is #CF2FE7. Grayscale: #8B8B8B. Windows color (decimal): -13578216 or 1626160. OLE color: 1626160.

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

Color convert

RGB 48 208 24 -
CMYK 0.77 0 0.88 0.18
HSL 112.17º 0.79% 0.45% -
HSV(B) 112.17º 0.88% 0.82% -
XYZ 23.94 45.81 8.44 -
YUV 139.18 62.99 62.96 -
System Red Green Blue C M Y K H S L
Decimal 48 208 24 0.77 0 0.88 0.18 112.17 0.79 0.45
Hex 30 D0 18 4D 0 58 12 70 4F 2D
Octal 60 320 30 115 0 130 22 160 117 55
Binary 110000 11010000 11000 1001101 0 1011000 10010 1110000 1001111 101101

Color Harmonies of #30D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D018

Black with #30D018

Text Example


Text Example

White with #30D018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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