Html Css Color HEX #30F992 Shamrock

📋 copy color: '#30F992'

red 48 ◦ green 249 ◦ blue 146

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

Shades of Shamrock #30F992

Tints of Shamrock #30F992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.96%

R = 10.84%
G = 56.21%
B = 32.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#30F992 (or 0x30F992) is known color: Shamrock. HEX triplet: 30, F9 and 92. RGB value is (48,249,146). Sum of RGB (Red+Green+Blue) = 48+249+146=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #30F992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F992 is #CF066D. Grayscale: #B1B1B1. Windows color (decimal): -13567598 or 9632048. OLE color: 9632048.

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

Color convert

RGB 48 249 146 -
CMYK 0.81 0 0.41 0.02
HSL 149.25º 0.94% 0.58% -
HSV(B) 149.25º 0.81% 0.98% -
XYZ 40.28 70.46 38.67 -
YUV 177.16 110.41 35.88 -
System Red Green Blue C M Y K H S L
Decimal 48 249 146 0.81 0 0.41 0.02 149.25 0.94 0.58
Hex 30 F9 92 51 0 29 2 95 5E 3A
Octal 60 371 222 121 0 51 2 225 136 72
Binary 110000 11111001 10010010 1010001 0 101001 10 10010101 1011110 111010

Color Harmonies of #30F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F992

Black with #30F992

Text Example


Text Example

White with #30F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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