Html Css Color HEX #30D148 Lime Green

📋 copy color: '#30D148'

red 48 ◦ green 209 ◦ blue 72

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

Shades of Lime Green #30D148

Tints of Lime Green #30D148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.53%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 14.59%
G = 63.53%
B = 21.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#30D148 (or 0x30D148) is known color: Lime Green. HEX triplet: 30, D1 and 48. RGB value is (48,209,72). Sum of RGB (Red+Green+Blue) = 48+209+72=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #30D148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D148 is #CF2EB7. Grayscale: #919191. Windows color (decimal): -13577912 or 4772144. OLE color: 4772144.

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

Color convert

RGB 48 209 72 -
CMYK 0.77 0 0.66 0.18
HSL 128.94º 0.64% 0.5% -
HSV(B) 128.94º 0.77% 0.82% -
XYZ 25.19 46.7 13.82 -
YUV 145.24 86.66 58.64 -
System Red Green Blue C M Y K H S L
Decimal 48 209 72 0.77 0 0.66 0.18 128.94 0.64 0.5
Hex 30 D1 48 4D 0 42 12 81 40 32
Octal 60 321 110 115 0 102 22 201 100 62
Binary 110000 11010001 1001000 1001101 0 1000010 10010 10000001 1000000 110010

Color Harmonies of #30D148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D148

Black with #30D148

Text Example


Text Example

White with #30D148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,72); }

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

background-color css

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

 a { background-color: rgb(48,209,72); }

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

border-color css

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

 span { border-color: rgb(48,209,72); }

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