Html Css Color HEX #30D881 Shamrock

📋 copy color: '#30D881'

red 48 ◦ green 216 ◦ blue 129

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

Shades of Shamrock #30D881

Tints of Shamrock #30D881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.96%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 12.21%
G = 54.96%
B = 32.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#30D881 (or 0x30D881) is known color: Shamrock. HEX triplet: 30, D8 and 81. RGB value is (48,216,129). Sum of RGB (Red+Green+Blue) = 48+216+129=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #30D881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D881 is #CF277E. Grayscale: #9C9C9C. Windows color (decimal): -13576063 or 8509488. OLE color: 8509488.

HSL color Cylindrical-coordinate representation of color #30D881: hue angle of 148.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D881 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 129 -
CMYK 0.78 0 0.40 0.15
HSL 148.93º 0.68% 0.52% -
HSV(B) 148.93º 0.78% 0.85% -
XYZ 29.74 51.33 29.11 -
YUV 155.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 48 216 129 0.78 0 0.40 0.15 148.93 0.68 0.52
Hex 30 D8 81 4E 0 28 F 95 44 34
Octal 60 330 201 116 0 50 17 225 104 64
Binary 110000 11011000 10000001 1001110 0 101000 1111 10010101 1000100 110100

Color Harmonies of #30D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D881

Black with #30D881

Text Example


Text Example

White with #30D881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,129); }

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

background-color css

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

 a { background-color: rgb(48,216,129); }

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

border-color css

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

 span { border-color: rgb(48,216,129); }

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