Html Css Color HEX #30E37D Shamrock

📋 copy color: '#30E37D'

red 48 ◦ green 227 ◦ blue 125

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

Shades of Shamrock #30E37D

Tints of Shamrock #30E37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.75%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 12%
G = 56.75%
B = 31.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#30E37D (or 0x30E37D) is known color: Shamrock. HEX triplet: 30, E3 and 7D. RGB value is (48,227,125). Sum of RGB (Red+Green+Blue) = 48+227+125=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #30E37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E37D is #CF1C82. Grayscale: #A2A2A2. Windows color (decimal): -13573251 or 8250160. OLE color: 8250160.

HSL color Cylindrical-coordinate representation of color #30E37D: hue angle of 145.81º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E37D is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 227 125 -
CMYK 0.79 0 0.45 0.11
HSL 145.81º 0.76% 0.54% -
HSV(B) 145.81º 0.79% 0.89% -
XYZ 32.39 57.05 28.71 -
YUV 161.85 107.2 46.79 -
System Red Green Blue C M Y K H S L
Decimal 48 227 125 0.79 0 0.45 0.11 145.81 0.76 0.54
Hex 30 E3 7D 4F 0 2D B 92 4C 36
Octal 60 343 175 117 0 55 13 222 114 66
Binary 110000 11100011 1111101 1001111 0 101101 1011 10010010 1001100 110110

Color Harmonies of #30E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E37D

Black with #30E37D

Text Example


Text Example

White with #30E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,227,125); }

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

background-color css

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

 a { background-color: rgb(48,227,125); }

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

border-color css

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

 span { border-color: rgb(48,227,125); }

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