Html Css Color HEX #30C949 Lime Green

📋 copy color: '#30C949'

red 48 ◦ green 201 ◦ blue 73

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

Shades of Lime Green #30C949

Tints of Lime Green #30C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.42%

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

R = 14.91%
G = 62.42%
B = 22.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#30C949 (or 0x30C949) is known color: Lime Green. HEX triplet: 30, C9 and 49. RGB value is (48,201,73). Sum of RGB (Red+Green+Blue) = 48+201+73=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #30C949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C949 is #CF36B6. Grayscale: #8D8D8D. Windows color (decimal): -13579959 or 4835632. OLE color: 4835632.

HSL color Cylindrical-coordinate representation of color #30C949: hue angle of 129.8º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C949 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 201 73 -
CMYK 0.76 0 0.64 0.21
HSL 129.8º 0.61% 0.49% -
HSV(B) 129.8º 0.76% 0.79% -
XYZ 23.31 42.88 13.35 -
YUV 140.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 48 201 73 0.76 0 0.64 0.21 129.8 0.61 0.49
Hex 30 C9 49 4C 0 40 15 82 3D 31
Octal 60 311 111 114 0 100 25 202 75 61
Binary 110000 11001001 1001001 1001100 0 1000000 10101 10000010 111101 110001

Color Harmonies of #30C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C949

Black with #30C949

Text Example


Text Example

White with #30C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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