Html Css Color HEX #30D73F Lime Green

📋 copy color: '#30D73F'

red 48 ◦ green 215 ◦ blue 63

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

Shades of Lime Green #30D73F

Tints of Lime Green #30D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.95%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 14.72%
G = 65.95%
B = 19.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#30D73F (or 0x30D73F) is known color: Lime Green. HEX triplet: 30, D7 and 3F. RGB value is (48,215,63). Sum of RGB (Red+Green+Blue) = 48+215+63=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #30D73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D73F is #CF28C0. Grayscale: #949494. Windows color (decimal): -13576385 or 4183856. OLE color: 4183856.

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

Color convert

RGB 48 215 63 -
CMYK 0.78 0 0.71 0.16
HSL 125.39º 0.68% 0.52% -
HSV(B) 125.39º 0.78% 0.84% -
XYZ 26.42 49.59 12.88 -
YUV 147.74 80.17 56.86 -
System Red Green Blue C M Y K H S L
Decimal 48 215 63 0.78 0 0.71 0.16 125.39 0.68 0.52
Hex 30 D7 3F 4E 0 47 10 7D 44 34
Octal 60 327 77 116 0 107 20 175 104 64
Binary 110000 11010111 111111 1001110 0 1000111 10000 1111101 1000100 110100

Color Harmonies of #30D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D73F

Black with #30D73F

Text Example


Text Example

White with #30D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,215,63); }

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

background-color css

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

 a { background-color: rgb(48,215,63); }

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

border-color css

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

 span { border-color: rgb(48,215,63); }

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