Html Css Color HEX #30F63F Lime Green

📋 copy color: '#30F63F'

red 48 ◦ green 246 ◦ blue 63

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

Shades of Lime Green #30F63F

Tints of Lime Green #30F63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 68.91%

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

R = 13.45%
G = 68.91%
B = 17.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#30F63F (or 0x30F63F) is known color: Lime Green. HEX triplet: 30, F6 and 3F. RGB value is (48,246,63). Sum of RGB (Red+Green+Blue) = 48+246+63=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 246 (96.48% from 255 or 68.91% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 246 - color contains mainly: green. Hex color #30F63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F63F is #CF09C0. Grayscale: #A6A6A6. Windows color (decimal): -13568449 or 4191792. OLE color: 4191792.

HSL color Cylindrical-coordinate representation of color #30F63F: hue angle of 124.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F63F is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 246 63 -
CMYK 0.80 0 0.74 0.04
HSL 124.55º 0.92% 0.58% -
HSV(B) 124.55º 0.8% 0.96% -
XYZ 35.07 66.9 15.77 -
YUV 165.94 69.9 43.88 -
System Red Green Blue C M Y K H S L
Decimal 48 246 63 0.80 0 0.74 0.04 124.55 0.92 0.58
Hex 30 F6 3F 50 0 4A 4 7D 5C 3A
Octal 60 366 77 120 0 112 4 175 134 72
Binary 110000 11110110 111111 1010000 0 1001010 100 1111101 1011100 111010

Color Harmonies of #30F63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F63F

Black with #30F63F

Text Example


Text Example

White with #30F63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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