Html Css Color HEX #30DB4F Lime Green

📋 copy color: '#30DB4F'

red 48 ◦ green 219 ◦ blue 79

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

Shades of Lime Green #30DB4F

Tints of Lime Green #30DB4F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

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

R = 13.87%
G = 63.29%
B = 22.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#30DB4F (or 0x30DB4F) is known color: Lime Green. HEX triplet: 30, DB and 4F. RGB value is (48,219,79). Sum of RGB (Red+Green+Blue) = 48+219+79=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #30DB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DB4F is #CF24B0. Grayscale: #989898. Windows color (decimal): -13575345 or 5233456. OLE color: 5233456.

HSL color Cylindrical-coordinate representation of color #30DB4F: hue angle of 130.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DB4F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 219 79 -
CMYK 0.78 0 0.64 0.14
HSL 130.88º 0.7% 0.52% -
HSV(B) 130.88º 0.78% 0.86% -
XYZ 27.96 51.86 15.93 -
YUV 151.91 86.85 53.88 -
System Red Green Blue C M Y K H S L
Decimal 48 219 79 0.78 0 0.64 0.14 130.88 0.7 0.52
Hex 30 DB 4F 4E 0 40 E 83 46 34
Octal 60 333 117 116 0 100 16 203 106 64
Binary 110000 11011011 1001111 1001110 0 1000000 1110 10000011 1000110 110100

Color Harmonies of #30DB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DB4F

Black with #30DB4F

Text Example


Text Example

White with #30DB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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