Html Css Color HEX #30D59E Shamrock

📋 copy color: '#30D59E'

red 48 ◦ green 213 ◦ blue 158

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

Shades of Shamrock #30D59E

Tints of Shamrock #30D59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.84%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 11.46%
G = 50.84%
B = 37.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#30D59E (or 0x30D59E) is known color: Shamrock. HEX triplet: 30, D5 and 9E. RGB value is (48,213,158). Sum of RGB (Red+Green+Blue) = 48+213+158=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #30D59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D59E is #CF2A61. Grayscale: #9D9D9D. Windows color (decimal): -13576802 or 10409264. OLE color: 10409264.

HSL color Cylindrical-coordinate representation of color #30D59E: hue angle of 160º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D59E is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 158 -
CMYK 0.77 0 0.26 0.16
HSL 160º 0.66% 0.51% -
HSV(B) 160º 0.77% 0.84% -
XYZ 31.18 50.69 40.49 -
YUV 157.4 128.34 49.97 -
System Red Green Blue C M Y K H S L
Decimal 48 213 158 0.77 0 0.26 0.16 160 0.66 0.51
Hex 30 D5 9E 4D 0 1A 10 A0 42 33
Octal 60 325 236 115 0 32 20 240 102 63
Binary 110000 11010101 10011110 1001101 0 11010 10000 10100000 1000010 110011

Color Harmonies of #30D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D59E

Black with #30D59E

Text Example


Text Example

White with #30D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,158); }

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

background-color css

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

 a { background-color: rgb(48,213,158); }

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

border-color css

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

 span { border-color: rgb(48,213,158); }

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