Html Css Color HEX #30F092 Shamrock

📋 copy color: '#30F092'

red 48 ◦ green 240 ◦ blue 146

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

Shades of Shamrock #30F092

Tints of Shamrock #30F092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.3%

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

R = 11.06%
G = 55.3%
B = 33.64%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#30F092 (or 0x30F092) is known color: Shamrock. HEX triplet: 30, F0 and 92. RGB value is (48,240,146). Sum of RGB (Red+Green+Blue) = 48+240+146=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #30F092 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F092 is #CF0F6D. Grayscale: #ACACAC. Windows color (decimal): -13569902 or 9629744. OLE color: 9629744.

HSL color Cylindrical-coordinate representation of color #30F092: hue angle of 150.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F092 is Cyan = 0.8, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 146 -
CMYK 0.8 0 0.39 0.06
HSL 150.63º 0.86% 0.56% -
HSV(B) 150.63º 0.8% 0.94% -
XYZ 37.57 65.02 37.77 -
YUV 171.88 113.39 39.64 -
System Red Green Blue C M Y K H S L
Decimal 48 240 146 0.8 0 0.39 0.06 150.63 0.86 0.56
Hex 30 F0 92 50 0 27 6 97 56 38
Octal 60 360 222 120 0 47 6 227 126 70
Binary 110000 11110000 10010010 1010000 0 100111 110 10010111 1010110 111000

Color Harmonies of #30F092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F092

Black with #30F092

Text Example


Text Example

White with #30F092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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