Html Css Color HEX #30E08B Shamrock

📋 copy color: '#30E08B'

red 48 ◦ green 224 ◦ blue 139

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

Shades of Shamrock #30E08B

Tints of Shamrock #30E08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.5%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 11.68%
G = 54.5%
B = 33.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#30E08B (or 0x30E08B) is known color: Shamrock. HEX triplet: 30, E0 and 8B. RGB value is (48,224,139). Sum of RGB (Red+Green+Blue) = 48+224+139=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #30E08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E08B is #CF1F74. Grayscale: #A1A1A1. Windows color (decimal): -13574005 or 9166896. OLE color: 9166896.

HSL color Cylindrical-coordinate representation of color #30E08B: hue angle of 151.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E08B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 139 -
CMYK 0.79 0 0.38 0.12
HSL 151.02º 0.74% 0.53% -
HSV(B) 151.02º 0.79% 0.88% -
XYZ 32.53 55.8 33.48 -
YUV 161.69 115.19 46.91 -
System Red Green Blue C M Y K H S L
Decimal 48 224 139 0.79 0 0.38 0.12 151.02 0.74 0.53
Hex 30 E0 8B 4F 0 26 C 97 4A 35
Octal 60 340 213 117 0 46 14 227 112 65
Binary 110000 11100000 10001011 1001111 0 100110 1100 10010111 1001010 110101

Color Harmonies of #30E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E08B

Black with #30E08B

Text Example


Text Example

White with #30E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,139); }

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

background-color css

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

 a { background-color: rgb(48,224,139); }

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

border-color css

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

 span { border-color: rgb(48,224,139); }

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