Html Css Color HEX #30DD4F Lime Green

📋 copy color: '#30DD4F'

red 48 ◦ green 221 ◦ blue 79

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

Shades of Lime Green #30DD4F

Tints of Lime Green #30DD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.51%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 13.79%
G = 63.51%
B = 22.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#30DD4F (or 0x30DD4F) is known color: Lime Green. HEX triplet: 30, DD and 4F. RGB value is (48,221,79). Sum of RGB (Red+Green+Blue) = 48+221+79=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD4F is #CF22B0. Grayscale: #999999. Windows color (decimal): -13574833 or 5233968. OLE color: 5233968.

HSL color Cylindrical-coordinate representation of color #30DD4F: hue angle of 130.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD4F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 221 79 -
CMYK 0.78 0 0.64 0.13
HSL 130.75º 0.72% 0.53% -
HSV(B) 130.75º 0.78% 0.87% -
XYZ 28.49 52.91 16.11 -
YUV 153.09 86.19 53.05 -
System Red Green Blue C M Y K H S L
Decimal 48 221 79 0.78 0 0.64 0.13 130.75 0.72 0.53
Hex 30 DD 4F 4E 0 40 D 83 48 35
Octal 60 335 117 116 0 100 15 203 110 65
Binary 110000 11011101 1001111 1001110 0 1000000 1101 10000011 1001000 110101

Color Harmonies of #30DD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DD4F

Black with #30DD4F

Text Example


Text Example

White with #30DD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,221,79); }

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

background-color css

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

 a { background-color: rgb(48,221,79); }

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

border-color css

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

 span { border-color: rgb(48,221,79); }

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