Html Css Color HEX #30D511 Lime Green

📋 copy color: '#30D511'

red 48 ◦ green 213 ◦ blue 17

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

Shades of Lime Green #30D511

Tints of Lime Green #30D511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.62%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 17.27%
G = 76.62%
B = 6.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#30D511 (or 0x30D511) is known color: Lime Green. HEX triplet: 30, D5 and 11. RGB value is (48,213,17). Sum of RGB (Red+Green+Blue) = 48+213+17=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #30D511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D511 is #CF2AEE. Grayscale: #8D8D8D. Windows color (decimal): -13576943 or 1168688. OLE color: 1168688.

HSL color Cylindrical-coordinate representation of color #30D511: hue angle of 110.51º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30D511 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 17 -
CMYK 0.77 0 0.92 0.16
HSL 110.51º 0.85% 0.45% -
HSV(B) 110.51º 0.92% 0.84% -
XYZ 25.11 48.26 8.52 -
YUV 141.32 57.84 61.44 -
System Red Green Blue C M Y K H S L
Decimal 48 213 17 0.77 0 0.92 0.16 110.51 0.85 0.45
Hex 30 D5 11 4D 0 5C 10 6F 55 2D
Octal 60 325 21 115 0 134 20 157 125 55
Binary 110000 11010101 10001 1001101 0 1011100 10000 1101111 1010101 101101

Color Harmonies of #30D511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D511

Black with #30D511

Text Example


Text Example

White with #30D511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,17); }

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

background-color css

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

 a { background-color: rgb(48,213,17); }

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

border-color css

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

 span { border-color: rgb(48,213,17); }

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