Html Css Color HEX #30F184 Shamrock

📋 copy color: '#30F184'

red 48 ◦ green 241 ◦ blue 132

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

Shades of Shamrock #30F184

Tints of Shamrock #30F184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.24%

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 11.4%
G = 57.24%
B = 31.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#30F184 (or 0x30F184) is known color: Shamrock. HEX triplet: 30, F1 and 84. RGB value is (48,241,132). Sum of RGB (Red+Green+Blue) = 48+241+132=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #30F184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F184 is #CF0E7B. Grayscale: #ABABAB. Windows color (decimal): -13569660 or 8712496. OLE color: 8712496.

HSL color Cylindrical-coordinate representation of color #30F184: hue angle of 146.11º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F184 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 132 -
CMYK 0.80 0 0.45 0.05
HSL 146.11º 0.87% 0.57% -
HSV(B) 146.11º 0.8% 0.95% -
XYZ 36.84 65.2 32.47 -
YUV 170.87 106.06 40.36 -
System Red Green Blue C M Y K H S L
Decimal 48 241 132 0.80 0 0.45 0.05 146.11 0.87 0.57
Hex 30 F1 84 50 0 2D 5 92 57 39
Octal 60 361 204 120 0 55 5 222 127 71
Binary 110000 11110001 10000100 1010000 0 101101 101 10010010 1010111 111001

Color Harmonies of #30F184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F184

Black with #30F184

Text Example


Text Example

White with #30F184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,132); }

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

background-color css

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

 a { background-color: rgb(48,241,132); }

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

border-color css

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

 span { border-color: rgb(48,241,132); }

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