Html Css Color HEX #30F248 Lime Green

📋 copy color: '#30F248'

red 48 ◦ green 242 ◦ blue 72

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

Shades of Lime Green #30F248

Tints of Lime Green #30F248

RGB

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

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

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

R = 13.26%
G = 66.85%
B = 19.89%

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

#30F248 (or 0x30F248) is known color: Lime Green. HEX triplet: 30, F2 and 48. RGB value is (48,242,72). Sum of RGB (Red+Green+Blue) = 48+242+72=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #30F248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F248 is #CF0DB7. Grayscale: #A5A5A5. Windows color (decimal): -13569464 or 4780592. OLE color: 4780592.

HSL color Cylindrical-coordinate representation of color #30F248: hue angle of 127.42º 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 #30F248 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 72 -
CMYK 0.80 0 0.70 0.05
HSL 127.42º 0.88% 0.57% -
HSV(B) 127.42º 0.8% 0.95% -
XYZ 34.14 64.6 16.8 -
YUV 164.61 75.73 44.82 -
System Red Green Blue C M Y K H S L
Decimal 48 242 72 0.80 0 0.70 0.05 127.42 0.88 0.57
Hex 30 F2 48 50 0 46 5 7F 58 39
Octal 60 362 110 120 0 106 5 177 130 71
Binary 110000 11110010 1001000 1010000 0 1000110 101 1111111 1011000 111001

Color Harmonies of #30F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F248

Black with #30F248

Text Example


Text Example

White with #30F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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