Html Css Color HEX #30E693 Shamrock

📋 copy color: '#30E693'

red 48 ◦ green 230 ◦ blue 147

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

Shades of Shamrock #30E693

Tints of Shamrock #30E693

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.12%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 11.29%
G = 54.12%
B = 34.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#30E693 (or 0x30E693) is known color: Shamrock. HEX triplet: 30, E6 and 93. RGB value is (48,230,147). Sum of RGB (Red+Green+Blue) = 48+230+147=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #30E693 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E693 is #CF196C. Grayscale: #A6A6A6. Windows color (decimal): -13572461 or 9692720. OLE color: 9692720.

HSL color Cylindrical-coordinate representation of color #30E693: hue angle of 152.64º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E693 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 147 -
CMYK 0.79 0 0.36 0.10
HSL 152.64º 0.78% 0.55% -
HSV(B) 152.64º 0.79% 0.9% -
XYZ 34.78 59.33 37.22 -
YUV 166.12 117.2 43.75 -
System Red Green Blue C M Y K H S L
Decimal 48 230 147 0.79 0 0.36 0.10 152.64 0.78 0.55
Hex 30 E6 93 4F 0 24 A 99 4E 37
Octal 60 346 223 117 0 44 12 231 116 67
Binary 110000 11100110 10010011 1001111 0 100100 1010 10011001 1001110 110111

Color Harmonies of #30E693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E693

Black with #30E693

Text Example


Text Example

White with #30E693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,147); }

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

background-color css

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

 a { background-color: rgb(48,230,147); }

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

border-color css

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

 span { border-color: rgb(48,230,147); }

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