Html Css Color HEX #30F886 Spring Green

📋 copy color: '#30F886'

red 48 ◦ green 248 ◦ blue 134

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

Shades of Spring Green #30F886

Tints of Spring Green #30F886

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.67%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 11.16%
G = 57.67%
B = 31.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#30F886 (or 0x30F886) is known color: Spring Green. HEX triplet: 30, F8 and 86. RGB value is (48,248,134). Sum of RGB (Red+Green+Blue) = 48+248+134=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #30F886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F886 is #CF0779. Grayscale: #AFAFAF. Windows color (decimal): -13567866 or 8845360. OLE color: 8845360.

HSL color Cylindrical-coordinate representation of color #30F886: hue angle of 145.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F886 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 248 134 -
CMYK 0.81 0 0.46 0.03
HSL 145.8º 0.93% 0.58% -
HSV(B) 145.8º 0.81% 0.97% -
XYZ 39.09 69.48 33.91 -
YUV 175.2 104.74 37.27 -
System Red Green Blue C M Y K H S L
Decimal 48 248 134 0.81 0 0.46 0.03 145.8 0.93 0.58
Hex 30 F8 86 51 0 2E 3 92 5D 3A
Octal 60 370 206 121 0 56 3 222 135 72
Binary 110000 11111000 10000110 1010001 0 101110 11 10010010 1011101 111010

Color Harmonies of #30F886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F886

Black with #30F886

Text Example


Text Example

White with #30F886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,248,134); }

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

background-color css

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

 a { background-color: rgb(48,248,134); }

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

border-color css

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

 span { border-color: rgb(48,248,134); }

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