Html Css Color HEX #30F997 Shamrock

📋 copy color: '#30F997'

red 48 ◦ green 249 ◦ blue 151

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

Shades of Shamrock #30F997

Tints of Shamrock #30F997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 10.71%
G = 55.58%
B = 33.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#30F997 (or 0x30F997) is known color: Shamrock. HEX triplet: 30, F9 and 97. RGB value is (48,249,151). Sum of RGB (Red+Green+Blue) = 48+249+151=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #30F997 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F997 is #CF0668. Grayscale: #B1B1B1. Windows color (decimal): -13567593 or 9959728. OLE color: 9959728.

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

Color convert

RGB 48 249 151 -
CMYK 0.81 0 0.39 0.02
HSL 150.75º 0.94% 0.58% -
HSV(B) 150.75º 0.81% 0.98% -
XYZ 40.68 70.61 40.76 -
YUV 177.73 112.91 35.47 -
System Red Green Blue C M Y K H S L
Decimal 48 249 151 0.81 0 0.39 0.02 150.75 0.94 0.58
Hex 30 F9 97 51 0 27 2 97 5E 3A
Octal 60 371 227 121 0 47 2 227 136 72
Binary 110000 11111001 10010111 1010001 0 100111 10 10010111 1011110 111010

Color Harmonies of #30F997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F997

Black with #30F997

Text Example


Text Example

White with #30F997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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