Html Css Color HEX #30DF4F Lime Green

📋 copy color: '#30DF4F'

red 48 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #30DF4F

Tints of Lime Green #30DF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.71%

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

R = 13.71%
G = 63.71%
B = 22.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#30DF4F (or 0x30DF4F) is known color: Lime Green. HEX triplet: 30, DF and 4F. RGB value is (48,223,79). Sum of RGB (Red+Green+Blue) = 48+223+79=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DF4F is #CF20B0. Grayscale: #9A9A9A. Windows color (decimal): -13574321 or 5234480. OLE color: 5234480.

HSL color Cylindrical-coordinate representation of color #30DF4F: hue angle of 130.63º degrees, saturation: 0.73, 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 #30DF4F is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 79 -
CMYK 0.78 0 0.65 0.13
HSL 130.63º 0.73% 0.53% -
HSV(B) 130.63º 0.78% 0.87% -
XYZ 29.02 53.97 16.28 -
YUV 154.26 85.52 52.21 -
System Red Green Blue C M Y K H S L
Decimal 48 223 79 0.78 0 0.65 0.13 130.63 0.73 0.53
Hex 30 DF 4F 4E 0 41 D 83 49 35
Octal 60 337 117 116 0 101 15 203 111 65
Binary 110000 11011111 1001111 1001110 0 1000001 1101 10000011 1001001 110101

Color Harmonies of #30DF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF4F

Black with #30DF4F

Text Example


Text Example

White with #30DF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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