Html Css Color HEX #30D58A Shamrock

📋 copy color: '#30D58A'

red 48 ◦ green 213 ◦ blue 138

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

Shades of Shamrock #30D58A

Tints of Shamrock #30D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.38%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 12.03%
G = 53.38%
B = 34.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#30D58A (or 0x30D58A) is known color: Shamrock. HEX triplet: 30, D5 and 8A. RGB value is (48,213,138). Sum of RGB (Red+Green+Blue) = 48+213+138=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #30D58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D58A is #CF2A75. Grayscale: #9B9B9B. Windows color (decimal): -13576822 or 9098544. OLE color: 9098544.

HSL color Cylindrical-coordinate representation of color #30D58A: hue angle of 152.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D58A is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 138 -
CMYK 0.77 0 0.35 0.16
HSL 152.73º 0.66% 0.51% -
HSV(B) 152.73º 0.77% 0.84% -
XYZ 29.6 50.05 32.15 -
YUV 155.12 118.34 51.6 -
System Red Green Blue C M Y K H S L
Decimal 48 213 138 0.77 0 0.35 0.16 152.73 0.66 0.51
Hex 30 D5 8A 4D 0 23 10 99 42 33
Octal 60 325 212 115 0 43 20 231 102 63
Binary 110000 11010101 10001010 1001101 0 100011 10000 10011001 1000010 110011

Color Harmonies of #30D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D58A

Black with #30D58A

Text Example


Text Example

White with #30D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,138); }

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

background-color css

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

 a { background-color: rgb(48,213,138); }

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

border-color css

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

 span { border-color: rgb(48,213,138); }

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