Html Css Color HEX #30FF48 Lime Green

📋 copy color: '#30FF48'

red 48 ◦ green 255 ◦ blue 72

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

Shades of Lime Green #30FF48

Tints of Lime Green #30FF48

RGB

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

 GREEN value IS 255 (100% from 255) = 68%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 12.8%
G = 68%
B = 19.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#30FF48 (or 0x30FF48) is known color: Lime Green. HEX triplet: 30, FF and 48. RGB value is (48,255,72). Sum of RGB (Red+Green+Blue) = 48+255+72=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF48 is #CF00B7. Grayscale: #ACACAC. Windows color (decimal): -13566136 or 4783920. OLE color: 4783920.

HSL color Cylindrical-coordinate representation of color #30FF48: hue angle of 126.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF48 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 72 -
CMYK 0.81 0 0.72 0
HSL 126.96º 1% 0.59% -
HSV(B) 126.96º 0.81% 1% -
XYZ 38.15 72.62 18.14 -
YUV 172.25 71.42 39.38 -
System Red Green Blue C M Y K H S L
Decimal 48 255 72 0.81 0 0.72 0 126.96 1 0.59
Hex 30 FF 48 51 0 48 0 7F 64 3B
Octal 60 377 110 121 0 110 0 177 144 73
Binary 110000 11111111 1001000 1010001 0 1001000 0 1111111 1100100 111011

Color Harmonies of #30FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF48

Black with #30FF48

Text Example


Text Example

White with #30FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,255,72); }

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

background-color css

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

 a { background-color: rgb(48,255,72); }

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

border-color css

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

 span { border-color: rgb(48,255,72); }

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