Html Css Color HEX #30FF8A Spring Green

📋 copy color: '#30FF8A'

red 48 ◦ green 255 ◦ blue 138

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

Shades of Spring Green #30FF8A

Tints of Spring Green #30FF8A

RGB

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

 GREEN value IS 255 (100% from 255) = 57.82%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 10.88%
G = 57.82%
B = 31.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#30FF8A (or 0x30FF8A) is known color: Spring Green. HEX triplet: 30, FF and 8A. RGB value is (48,255,138). Sum of RGB (Red+Green+Blue) = 48+255+138=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FF8A is #CF0075. Grayscale: #B4B4B4. Windows color (decimal): -13566070 or 9109296. OLE color: 9109296.

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

Color convert

RGB 48 255 138 -
CMYK 0.81 0 0.46 0
HSL 146.09º 1% 0.59% -
HSV(B) 146.09º 0.81% 1% -
XYZ 41.57 73.98 36.13 -
YUV 179.77 104.42 34.01 -
System Red Green Blue C M Y K H S L
Decimal 48 255 138 0.81 0 0.46 0 146.09 1 0.59
Hex 30 FF 8A 51 0 2E 0 92 64 3B
Octal 60 377 212 121 0 56 0 222 144 73
Binary 110000 11111111 10001010 1010001 0 101110 0 10010010 1100100 111011

Color Harmonies of #30FF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF8A

Black with #30FF8A

Text Example


Text Example

White with #30FF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,255,138); }

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

background-color css

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

 a { background-color: rgb(48,255,138); }

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

border-color css

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

 span { border-color: rgb(48,255,138); }

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