Html Css Color HEX #30D63F Lime Green

📋 copy color: '#30D63F'

red 48 ◦ green 214 ◦ blue 63

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

Shades of Lime Green #30D63F

Tints of Lime Green #30D63F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.85%

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

R = 14.77%
G = 65.85%
B = 19.38%

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

#30D63F (or 0x30D63F) is known color: Lime Green. HEX triplet: 30, D6 and 3F. RGB value is (48,214,63). Sum of RGB (Red+Green+Blue) = 48+214+63=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #30D63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D63F is #CF29C0. Grayscale: #939393. Windows color (decimal): -13576641 or 4183600. OLE color: 4183600.

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

Color convert

RGB 48 214 63 -
CMYK 0.78 0 0.71 0.16
HSL 125.42º 0.67% 0.51% -
HSV(B) 125.42º 0.78% 0.84% -
XYZ 26.16 49.08 12.8 -
YUV 147.15 80.5 57.28 -
System Red Green Blue C M Y K H S L
Decimal 48 214 63 0.78 0 0.71 0.16 125.42 0.67 0.51
Hex 30 D6 3F 4E 0 47 10 7D 43 33
Octal 60 326 77 116 0 107 20 175 103 63
Binary 110000 11010110 111111 1001110 0 1000111 10000 1111101 1000011 110011

Color Harmonies of #30D63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D63F

Black with #30D63F

Text Example


Text Example

White with #30D63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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