Html Css Color HEX #30D124 Lime Green

📋 copy color: '#30D124'

red 48 ◦ green 209 ◦ blue 36

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

Shades of Lime Green #30D124

Tints of Lime Green #30D124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 16.38%
G = 71.33%
B = 12.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#30D124 (or 0x30D124) is known color: Lime Green. HEX triplet: 30, D1 and 24. RGB value is (48,209,36). Sum of RGB (Red+Green+Blue) = 48+209+36=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #30D124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D124 is #CF2EDB. Grayscale: #8D8D8D. Windows color (decimal): -13577948 or 2412848. OLE color: 2412848.

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

Color convert

RGB 48 209 36 -
CMYK 0.77 0 0.83 0.18
HSL 115.84º 0.71% 0.48% -
HSV(B) 115.84º 0.83% 0.82% -
XYZ 24.34 46.36 9.33 -
YUV 141.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 48 209 36 0.77 0 0.83 0.18 115.84 0.71 0.48
Hex 30 D1 24 4D 0 53 12 74 47 30
Octal 60 321 44 115 0 123 22 164 107 60
Binary 110000 11010001 100100 1001101 0 1010011 10010 1110100 1000111 110000

Color Harmonies of #30D124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D124

Black with #30D124

Text Example


Text Example

White with #30D124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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