Html Css Color HEX #30D183 Shamrock

📋 copy color: '#30D183'

red 48 ◦ green 209 ◦ blue 131

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

Shades of Shamrock #30D183

Tints of Shamrock #30D183

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.87%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 12.37%
G = 53.87%
B = 33.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#30D183 (or 0x30D183) is known color: Shamrock. HEX triplet: 30, D1 and 83. RGB value is (48,209,131). Sum of RGB (Red+Green+Blue) = 48+209+131=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #30D183 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D183 is #CF2E7C. Grayscale: #989898. Windows color (decimal): -13577853 or 8638768. OLE color: 8638768.

HSL color Cylindrical-coordinate representation of color #30D183: hue angle of 150.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D183 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 131 -
CMYK 0.77 0 0.37 0.18
HSL 150.93º 0.64% 0.5% -
HSV(B) 150.93º 0.77% 0.82% -
XYZ 28.12 47.87 29.23 -
YUV 151.97 116.16 53.84 -
System Red Green Blue C M Y K H S L
Decimal 48 209 131 0.77 0 0.37 0.18 150.93 0.64 0.5
Hex 30 D1 83 4D 0 25 12 97 40 32
Octal 60 321 203 115 0 45 22 227 100 62
Binary 110000 11010001 10000011 1001101 0 100101 10010 10010111 1000000 110010

Color Harmonies of #30D183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D183

Black with #30D183

Text Example


Text Example

White with #30D183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,131); }

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

background-color css

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

 a { background-color: rgb(48,209,131); }

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

border-color css

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

 span { border-color: rgb(48,209,131); }

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