Html Css Color HEX #30D849 Lime Green

📋 copy color: '#30D849'

red 48 ◦ green 216 ◦ blue 73

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

Shades of Lime Green #30D849

Tints of Lime Green #30D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.09%

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

R = 14.24%
G = 64.09%
B = 21.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#30D849 (or 0x30D849) is known color: Lime Green. HEX triplet: 30, D8 and 49. RGB value is (48,216,73). Sum of RGB (Red+Green+Blue) = 48+216+73=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #30D849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D849 is #CF27B6. Grayscale: #959595. Windows color (decimal): -13576119 or 4839472. OLE color: 4839472.

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

Color convert

RGB 48 216 73 -
CMYK 0.78 0 0.66 0.15
HSL 128.93º 0.68% 0.52% -
HSV(B) 128.93º 0.78% 0.85% -
XYZ 26.98 50.22 14.58 -
YUV 149.47 84.84 55.63 -
System Red Green Blue C M Y K H S L
Decimal 48 216 73 0.78 0 0.66 0.15 128.93 0.68 0.52
Hex 30 D8 49 4E 0 42 F 81 44 34
Octal 60 330 111 116 0 102 17 201 104 64
Binary 110000 11011000 1001001 1001110 0 1000010 1111 10000001 1000100 110100

Color Harmonies of #30D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D849

Black with #30D849

Text Example


Text Example

White with #30D849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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