Html Css Color HEX #30FC71 Spring Green

📋 copy color: '#30FC71'

red 48 ◦ green 252 ◦ blue 113

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

Shades of Spring Green #30FC71

Tints of Spring Green #30FC71

RGB

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

 GREEN value IS 252 (98.83% from 255) = 61.02%

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 11.62%
G = 61.02%
B = 27.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#30FC71 (or 0x30FC71) is known color: Spring Green. HEX triplet: 30, FC and 71. RGB value is (48,252,113). Sum of RGB (Red+Green+Blue) = 48+252+113=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC71 is #CF038E. Grayscale: #AFAFAF. Windows color (decimal): -13566863 or 7470128. OLE color: 7470128.

HSL color Cylindrical-coordinate representation of color #30FC71: hue angle of 139.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC71 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 113 -
CMYK 0.81 0 0.55 0.01
HSL 139.12º 0.97% 0.59% -
HSV(B) 139.12º 0.81% 0.99% -
XYZ 39.01 71.44 27.36 -
YUV 175.16 92.91 37.3 -
System Red Green Blue C M Y K H S L
Decimal 48 252 113 0.81 0 0.55 0.01 139.12 0.97 0.59
Hex 30 FC 71 51 0 37 1 8B 61 3B
Octal 60 374 161 121 0 67 1 213 141 73
Binary 110000 11111100 1110001 1010001 0 110111 1 10001011 1100001 111011

Color Harmonies of #30FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FC71

Black with #30FC71

Text Example


Text Example

White with #30FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,113); }

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

background-color css

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

 a { background-color: rgb(48,252,113); }

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

border-color css

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

 span { border-color: rgb(48,252,113); }

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