Html Css Color HEX #30D349 Lime Green

📋 copy color: '#30D349'

red 48 ◦ green 211 ◦ blue 73

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

Shades of Lime Green #30D349

Tints of Lime Green #30D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.55%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 14.46%
G = 63.55%
B = 21.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#30D349 (or 0x30D349) is known color: Lime Green. HEX triplet: 30, D3 and 49. RGB value is (48,211,73). Sum of RGB (Red+Green+Blue) = 48+211+73=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #30D349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D349 is #CF2CB6. Grayscale: #929292. Windows color (decimal): -13577399 or 4838192. OLE color: 4838192.

HSL color Cylindrical-coordinate representation of color #30D349: hue angle of 129.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D349 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 211 73 -
CMYK 0.77 0 0.65 0.17
HSL 129.2º 0.65% 0.51% -
HSV(B) 129.2º 0.77% 0.83% -
XYZ 25.72 47.7 14.15 -
YUV 146.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 48 211 73 0.77 0 0.65 0.17 129.2 0.65 0.51
Hex 30 D3 49 4D 0 41 11 81 41 33
Octal 60 323 111 115 0 101 21 201 101 63
Binary 110000 11010011 1001001 1001101 0 1000001 10001 10000001 1000001 110011

Color Harmonies of #30D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D349

Black with #30D349

Text Example


Text Example

White with #30D349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,73); }

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

background-color css

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

 a { background-color: rgb(48,211,73); }

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

border-color css

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

 span { border-color: rgb(48,211,73); }

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