Html Css Color HEX #30DF95 Shamrock

📋 copy color: '#30DF95'

red 48 ◦ green 223 ◦ blue 149

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

Shades of Shamrock #30DF95

Tints of Shamrock #30DF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 11.43%
G = 53.1%
B = 35.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#30DF95 (or 0x30DF95) is known color: Shamrock. HEX triplet: 30, DF and 95. RGB value is (48,223,149). Sum of RGB (Red+Green+Blue) = 48+223+149=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DF95 is #CF206A. Grayscale: #A2A2A2. Windows color (decimal): -13574251 or 9822000. OLE color: 9822000.

HSL color Cylindrical-coordinate representation of color #30DF95: hue angle of 154.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DF95 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 149 -
CMYK 0.78 0 0.33 0.13
HSL 154.63º 0.73% 0.53% -
HSV(B) 154.63º 0.78% 0.87% -
XYZ 33.03 55.57 37.42 -
YUV 162.24 120.52 46.52 -
System Red Green Blue C M Y K H S L
Decimal 48 223 149 0.78 0 0.33 0.13 154.63 0.73 0.53
Hex 30 DF 95 4E 0 21 D 9B 49 35
Octal 60 337 225 116 0 41 15 233 111 65
Binary 110000 11011111 10010101 1001110 0 100001 1101 10011011 1001001 110101

Color Harmonies of #30DF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF95

Black with #30DF95

Text Example


Text Example

White with #30DF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,149); }

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

background-color css

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

 a { background-color: rgb(48,223,149); }

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

border-color css

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

 span { border-color: rgb(48,223,149); }

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