Html Css Color HEX #30ED9F Shamrock

📋 copy color: '#30ED9F'

red 48 ◦ green 237 ◦ blue 159

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

Shades of Shamrock #30ED9F

Tints of Shamrock #30ED9F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.38%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 10.81%
G = 53.38%
B = 35.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#30ED9F (or 0x30ED9F) is known color: Shamrock. HEX triplet: 30, ED and 9F. RGB value is (48,237,159). Sum of RGB (Red+Green+Blue) = 48+237+159=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30ED9F is #CF1260. Grayscale: #ABABAB. Windows color (decimal): -13570657 or 10480944. OLE color: 10480944.

HSL color Cylindrical-coordinate representation of color #30ED9F: hue angle of 155.24º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED9F is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 159 -
CMYK 0.80 0 0.33 0.07
HSL 155.24º 0.84% 0.56% -
HSV(B) 155.24º 0.8% 0.93% -
XYZ 37.76 63.7 43.11 -
YUV 171.6 120.88 39.84 -
System Red Green Blue C M Y K H S L
Decimal 48 237 159 0.80 0 0.33 0.07 155.24 0.84 0.56
Hex 30 ED 9F 50 0 21 7 9B 54 38
Octal 60 355 237 120 0 41 7 233 124 70
Binary 110000 11101101 10011111 1010000 0 100001 111 10011011 1010100 111000

Color Harmonies of #30ED9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED9F

Black with #30ED9F

Text Example


Text Example

White with #30ED9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,159); }

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

background-color css

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

 a { background-color: rgb(48,237,159); }

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

border-color css

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

 span { border-color: rgb(48,237,159); }

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