Html Css Color HEX #30D380 Shamrock

📋 copy color: '#30D380'

red 48 ◦ green 211 ◦ blue 128

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

Shades of Shamrock #30D380

Tints of Shamrock #30D380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.52%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 12.4%
G = 54.52%
B = 33.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#30D380 (or 0x30D380) is known color: Shamrock. HEX triplet: 30, D3 and 80. RGB value is (48,211,128). Sum of RGB (Red+Green+Blue) = 48+211+128=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #30D380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D380 is #CF2C7F. Grayscale: #989898. Windows color (decimal): -13577344 or 8442672. OLE color: 8442672.

HSL color Cylindrical-coordinate representation of color #30D380: hue angle of 149.45º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D380 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 211 128 -
CMYK 0.77 0 0.39 0.17
HSL 149.45º 0.65% 0.51% -
HSV(B) 149.45º 0.77% 0.83% -
XYZ 28.41 48.78 28.34 -
YUV 152.8 114 53.25 -
System Red Green Blue C M Y K H S L
Decimal 48 211 128 0.77 0 0.39 0.17 149.45 0.65 0.51
Hex 30 D3 80 4D 0 27 11 95 41 33
Octal 60 323 200 115 0 47 21 225 101 63
Binary 110000 11010011 10000000 1001101 0 100111 10001 10010101 1000001 110011

Color Harmonies of #30D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D380

Black with #30D380

Text Example


Text Example

White with #30D380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,128); }

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

background-color css

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

 a { background-color: rgb(48,211,128); }

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

border-color css

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

 span { border-color: rgb(48,211,128); }

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