Html Css Color HEX #30D93F Lime Green

📋 copy color: '#30D93F'

red 48 ◦ green 217 ◦ blue 63

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

Shades of Lime Green #30D93F

Tints of Lime Green #30D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.16%

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

R = 14.63%
G = 66.16%
B = 19.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#30D93F (or 0x30D93F) is known color: Lime Green. HEX triplet: 30, D9 and 3F. RGB value is (48,217,63). Sum of RGB (Red+Green+Blue) = 48+217+63=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 217 (85.16% from 255 or 66.16% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 217 - color contains mainly: green. Hex color #30D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D93F is #CF26C0. Grayscale: #959595. Windows color (decimal): -13575873 or 4184368. OLE color: 4184368.

HSL color Cylindrical-coordinate representation of color #30D93F: hue angle of 125.33º degrees, saturation: 0.69, 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 #30D93F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 63 -
CMYK 0.78 0 0.71 0.15
HSL 125.33º 0.69% 0.52% -
HSV(B) 125.33º 0.78% 0.85% -
XYZ 26.93 50.61 13.05 -
YUV 148.91 79.51 56.02 -
System Red Green Blue C M Y K H S L
Decimal 48 217 63 0.78 0 0.71 0.15 125.33 0.69 0.52
Hex 30 D9 3F 4E 0 47 F 7D 45 34
Octal 60 331 77 116 0 107 17 175 105 64
Binary 110000 11011001 111111 1001110 0 1000111 1111 1111101 1000101 110100

Color Harmonies of #30D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D93F

Black with #30D93F

Text Example


Text Example

White with #30D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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