Html Css Color HEX #30F97A Spring Green

📋 copy color: '#30F97A'

red 48 ◦ green 249 ◦ blue 122

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

Shades of Spring Green #30F97A

Tints of Spring Green #30F97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 11.46%
G = 59.43%
B = 29.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#30F97A (or 0x30F97A) is known color: Spring Green. HEX triplet: 30, F9 and 7A. RGB value is (48,249,122). Sum of RGB (Red+Green+Blue) = 48+249+122=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #30F97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F97A is #CF0685. Grayscale: #AEAEAE. Windows color (decimal): -13567622 or 8059184. OLE color: 8059184.

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

Color convert

RGB 48 249 122 -
CMYK 0.81 0 0.51 0.02
HSL 142.09º 0.94% 0.58% -
HSV(B) 142.09º 0.81% 0.98% -
XYZ 38.61 69.78 29.85 -
YUV 174.42 98.41 37.83 -
System Red Green Blue C M Y K H S L
Decimal 48 249 122 0.81 0 0.51 0.02 142.09 0.94 0.58
Hex 30 F9 7A 51 0 33 2 8E 5E 3A
Octal 60 371 172 121 0 63 2 216 136 72
Binary 110000 11111001 1111010 1010001 0 110011 10 10001110 1011110 111010

Color Harmonies of #30F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F97A

Black with #30F97A

Text Example


Text Example

White with #30F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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