Html Css Color HEX #30C58A Shamrock

📋 copy color: '#30C58A'

red 48 ◦ green 197 ◦ blue 138

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

Shades of Shamrock #30C58A

Tints of Shamrock #30C58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.44%

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

R = 12.53%
G = 51.44%
B = 36.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#30C58A (or 0x30C58A) is known color: Shamrock. HEX triplet: 30, C5 and 8A. RGB value is (48,197,138). Sum of RGB (Red+Green+Blue) = 48+197+138=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #30C58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C58A is #CF3A75. Grayscale: #919191. Windows color (decimal): -13580918 or 9094448. OLE color: 9094448.

HSL color Cylindrical-coordinate representation of color #30C58A: hue angle of 156.24º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C58A is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 197 138 -
CMYK 0.76 0 0.30 0.23
HSL 156.24º 0.61% 0.48% -
HSV(B) 156.24º 0.76% 0.77% -
XYZ 25.77 42.4 30.87 -
YUV 145.72 123.64 58.3 -
System Red Green Blue C M Y K H S L
Decimal 48 197 138 0.76 0 0.30 0.23 156.24 0.61 0.48
Hex 30 C5 8A 4C 0 1E 17 9C 3D 30
Octal 60 305 212 114 0 36 27 234 75 60
Binary 110000 11000101 10001010 1001100 0 11110 10111 10011100 111101 110000

Color Harmonies of #30C58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C58A

Black with #30C58A

Text Example


Text Example

White with #30C58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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