Html Css Color HEX #30F982 Spring Green

📋 copy color: '#30F982'

red 48 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #30F982

Tints of Spring Green #30F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.31%

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 11.24%
G = 58.31%
B = 30.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#30F982 (or 0x30F982) is known color: Spring Green. HEX triplet: 30, F9 and 82. RGB value is (48,249,130). Sum of RGB (Red+Green+Blue) = 48+249+130=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #30F982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F982 is #CF067D. Grayscale: #AFAFAF. Windows color (decimal): -13567614 or 8583472. OLE color: 8583472.

HSL color Cylindrical-coordinate representation of color #30F982: hue angle of 144.48º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F982 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 130 -
CMYK 0.81 0 0.48 0.02
HSL 144.48º 0.94% 0.58% -
HSV(B) 144.48º 0.81% 0.98% -
XYZ 39.12 69.99 32.57 -
YUV 175.34 102.41 37.18 -
System Red Green Blue C M Y K H S L
Decimal 48 249 130 0.81 0 0.48 0.02 144.48 0.94 0.58
Hex 30 F9 82 51 0 30 2 90 5E 3A
Octal 60 371 202 121 0 60 2 220 136 72
Binary 110000 11111001 10000010 1010001 0 110000 10 10010000 1011110 111010

Color Harmonies of #30F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F982

Black with #30F982

Text Example


Text Example

White with #30F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,249,130); }

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

background-color css

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

 a { background-color: rgb(48,249,130); }

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

border-color css

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

 span { border-color: rgb(48,249,130); }

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