Html Css Color HEX #30FD73 Spring Green

📋 copy color: '#30FD73'

red 48 ◦ green 253 ◦ blue 115

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

Shades of Spring Green #30FD73

Tints of Spring Green #30FD73

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.82%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 11.54%
G = 60.82%
B = 27.64%

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

#30FD73 (or 0x30FD73) is known color: Spring Green. HEX triplet: 30, FD and 73. RGB value is (48,253,115). Sum of RGB (Red+Green+Blue) = 48+253+115=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 253 (99.22% from 255 or 60.82% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FD73 is #CF028C. Grayscale: #B0B0B0. Windows color (decimal): -13566605 or 7601456. OLE color: 7601456.

HSL color Cylindrical-coordinate representation of color #30FD73: hue angle of 139.61º degrees, saturation: 0.98, 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 #30FD73 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 253 115 -
CMYK 0.81 0 0.55 0.01
HSL 139.61º 0.98% 0.59% -
HSV(B) 139.61º 0.81% 0.99% -
XYZ 39.44 72.12 28.06 -
YUV 175.97 93.58 36.72 -
System Red Green Blue C M Y K H S L
Decimal 48 253 115 0.81 0 0.55 0.01 139.61 0.98 0.59
Hex 30 FD 73 51 0 37 1 8C 62 3B
Octal 60 375 163 121 0 67 1 214 142 73
Binary 110000 11111101 1110011 1010001 0 110111 1 10001100 1100010 111011

Color Harmonies of #30FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD73

Black with #30FD73

Text Example


Text Example

White with #30FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,253,115); }

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

background-color css

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

 a { background-color: rgb(48,253,115); }

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

border-color css

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

 span { border-color: rgb(48,253,115); }

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