Html Css Color HEX #30F249 Lime Green

📋 copy color: '#30F249'

red 48 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #30F249

Tints of Lime Green #30F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.67%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 13.22%
G = 66.67%
B = 20.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#30F249 (or 0x30F249) is known color: Lime Green. HEX triplet: 30, F2 and 49. RGB value is (48,242,73). Sum of RGB (Red+Green+Blue) = 48+242+73=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #30F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F249 is #CF0DB6. Grayscale: #A5A5A5. Windows color (decimal): -13569463 or 4846128. OLE color: 4846128.

HSL color Cylindrical-coordinate representation of color #30F249: hue angle of 127.73º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F249 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 73 -
CMYK 0.80 0 0.70 0.05
HSL 127.73º 0.88% 0.57% -
HSV(B) 127.73º 0.8% 0.95% -
XYZ 34.17 64.61 16.97 -
YUV 164.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 48 242 73 0.80 0 0.70 0.05 127.73 0.88 0.57
Hex 30 F2 49 50 0 46 5 80 58 39
Octal 60 362 111 120 0 106 5 200 130 71
Binary 110000 11110010 1001001 1010000 0 1000110 101 10000000 1011000 111001

Color Harmonies of #30F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F249

Black with #30F249

Text Example


Text Example

White with #30F249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,73); }

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

background-color css

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

 a { background-color: rgb(48,242,73); }

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

border-color css

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

 span { border-color: rgb(48,242,73); }

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