Html Css Color HEX #30F99A Shamrock

📋 copy color: '#30F99A'

red 48 ◦ green 249 ◦ blue 154

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

Shades of Shamrock #30F99A

Tints of Shamrock #30F99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 10.64%
G = 55.21%
B = 34.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#30F99A (or 0x30F99A) is known color: Shamrock. HEX triplet: 30, F9 and 9A. RGB value is (48,249,154). Sum of RGB (Red+Green+Blue) = 48+249+154=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #30F99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F99A is #CF0665. Grayscale: #B2B2B2. Windows color (decimal): -13567590 or 10156336. OLE color: 10156336.

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

Color convert

RGB 48 249 154 -
CMYK 0.81 0 0.38 0.02
HSL 151.64º 0.94% 0.58% -
HSV(B) 151.64º 0.81% 0.98% -
XYZ 40.93 70.71 42.06 -
YUV 178.07 114.41 35.22 -
System Red Green Blue C M Y K H S L
Decimal 48 249 154 0.81 0 0.38 0.02 151.64 0.94 0.58
Hex 30 F9 9A 51 0 26 2 98 5E 3A
Octal 60 371 232 121 0 46 2 230 136 72
Binary 110000 11111001 10011010 1010001 0 100110 10 10011000 1011110 111010

Color Harmonies of #30F99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F99A

Black with #30F99A

Text Example


Text Example

White with #30F99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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