Html Css Color HEX #30D128 Lime Green

📋 copy color: '#30D128'

red 48 ◦ green 209 ◦ blue 40

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

Shades of Lime Green #30D128

Tints of Lime Green #30D128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 16.16%
G = 70.37%
B = 13.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#30D128 (or 0x30D128) is known color: Lime Green. HEX triplet: 30, D1 and 28. RGB value is (48,209,40). Sum of RGB (Red+Green+Blue) = 48+209+40=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #30D128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D128 is #CF2ED7. Grayscale: #8E8E8E. Windows color (decimal): -13577944 or 2674992. OLE color: 2674992.

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

Color convert

RGB 48 209 40 -
CMYK 0.77 0 0.81 0.18
HSL 117.16º 0.68% 0.49% -
HSV(B) 117.16º 0.81% 0.82% -
XYZ 24.4 46.38 9.67 -
YUV 141.6 70.66 61.24 -
System Red Green Blue C M Y K H S L
Decimal 48 209 40 0.77 0 0.81 0.18 117.16 0.68 0.49
Hex 30 D1 28 4D 0 51 12 75 44 31
Octal 60 321 50 115 0 121 22 165 104 61
Binary 110000 11010001 101000 1001101 0 1010001 10010 1110101 1000100 110001

Color Harmonies of #30D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D128

Black with #30D128

Text Example


Text Example

White with #30D128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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