Html Css Color HEX #30F991 Shamrock

📋 copy color: '#30F991'

red 48 ◦ green 249 ◦ blue 145

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

Shades of Shamrock #30F991

Tints of Shamrock #30F991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 10.86%
G = 56.33%
B = 32.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#30F991 (or 0x30F991) is known color: Shamrock. HEX triplet: 30, F9 and 91. RGB value is (48,249,145). Sum of RGB (Red+Green+Blue) = 48+249+145=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #30F991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F991 is #CF066E. Grayscale: #B1B1B1. Windows color (decimal): -13567599 or 9566512. OLE color: 9566512.

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

Color convert

RGB 48 249 145 -
CMYK 0.81 0 0.42 0.02
HSL 148.96º 0.94% 0.58% -
HSV(B) 148.96º 0.81% 0.98% -
XYZ 40.21 70.42 38.26 -
YUV 177.05 109.91 35.96 -
System Red Green Blue C M Y K H S L
Decimal 48 249 145 0.81 0 0.42 0.02 148.96 0.94 0.58
Hex 30 F9 91 51 0 2A 2 95 5E 3A
Octal 60 371 221 121 0 52 2 225 136 72
Binary 110000 11111001 10010001 1010001 0 101010 10 10010101 1011110 111010

Color Harmonies of #30F991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F991

Black with #30F991

Text Example


Text Example

White with #30F991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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