Html Css Color HEX #30FA72 Spring Green

📋 copy color: '#30FA72'

red 48 ◦ green 250 ◦ blue 114

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

Shades of Spring Green #30FA72

Tints of Spring Green #30FA72

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.68%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 11.65%
G = 60.68%
B = 27.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#30FA72 (or 0x30FA72) is known color: Spring Green. HEX triplet: 30, FA and 72. RGB value is (48,250,114). Sum of RGB (Red+Green+Blue) = 48+250+114=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FA72 is #CF058D. Grayscale: #AEAEAE. Windows color (decimal): -13567374 or 7535152. OLE color: 7535152.

HSL color Cylindrical-coordinate representation of color #30FA72: hue angle of 139.6º degrees, saturation: 0.95, 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 #30FA72 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 114 -
CMYK 0.81 0 0.54 0.02
HSL 139.6º 0.95% 0.58% -
HSV(B) 139.6º 0.81% 0.98% -
XYZ 38.44 70.21 27.45 -
YUV 174.1 94.08 38.06 -
System Red Green Blue C M Y K H S L
Decimal 48 250 114 0.81 0 0.54 0.02 139.6 0.95 0.58
Hex 30 FA 72 51 0 36 2 8C 5F 3A
Octal 60 372 162 121 0 66 2 214 137 72
Binary 110000 11111010 1110010 1010001 0 110110 10 10001100 1011111 111010

Color Harmonies of #30FA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA72

Black with #30FA72

Text Example


Text Example

White with #30FA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,114); }

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

background-color css

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

 a { background-color: rgb(48,250,114); }

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

border-color css

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

 span { border-color: rgb(48,250,114); }

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