Html Css Color HEX #30D928 Lime Green

📋 copy color: '#30D928'

red 48 ◦ green 217 ◦ blue 40

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

Shades of Lime Green #30D928

Tints of Lime Green #30D928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.15%

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

R = 15.74%
G = 71.15%
B = 13.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#30D928 (or 0x30D928) is known color: Lime Green. HEX triplet: 30, D9 and 28. RGB value is (48,217,40). Sum of RGB (Red+Green+Blue) = 48+217+40=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #30D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D928 is #CF26D7. Grayscale: #929292. Windows color (decimal): -13575896 or 2677040. OLE color: 2677040.

HSL color Cylindrical-coordinate representation of color #30D928: hue angle of 117.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30D928 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 40 -
CMYK 0.78 0 0.82 0.15
HSL 117.29º 0.7% 0.5% -
HSV(B) 117.29º 0.82% 0.85% -
XYZ 26.41 50.41 10.34 -
YUV 146.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 48 217 40 0.78 0 0.82 0.15 117.29 0.7 0.5
Hex 30 D9 28 4E 0 52 F 75 46 32
Octal 60 331 50 116 0 122 17 165 106 62
Binary 110000 11011001 101000 1001110 0 1010010 1111 1110101 1000110 110010

Color Harmonies of #30D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D928

Black with #30D928

Text Example


Text Example

White with #30D928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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