Html Css Color HEX #30D618 Lime Green

📋 copy color: '#30D618'

red 48 ◦ green 214 ◦ blue 24

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

Shades of Lime Green #30D618

Tints of Lime Green #30D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.83%

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

R = 16.78%
G = 74.83%
B = 8.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#30D618 (or 0x30D618) is known color: Lime Green. HEX triplet: 30, D6 and 18. RGB value is (48,214,24). Sum of RGB (Red+Green+Blue) = 48+214+24=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #30D618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D618 is #CF29E7. Grayscale: #8F8F8F. Windows color (decimal): -13576680 or 1627696. OLE color: 1627696.

HSL color Cylindrical-coordinate representation of color #30D618: hue angle of 112.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30D618 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 24 -
CMYK 0.78 0 0.89 0.16
HSL 112.42º 0.8% 0.47% -
HSV(B) 112.42º 0.89% 0.84% -
XYZ 25.43 48.79 8.94 -
YUV 142.71 61 60.45 -
System Red Green Blue C M Y K H S L
Decimal 48 214 24 0.78 0 0.89 0.16 112.42 0.8 0.47
Hex 30 D6 18 4E 0 59 10 70 50 2F
Octal 60 326 30 116 0 131 20 160 120 57
Binary 110000 11010110 11000 1001110 0 1011001 10000 1110000 1010000 101111

Color Harmonies of #30D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D618

Black with #30D618

Text Example


Text Example

White with #30D618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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