Html Css Color HEX #30D27C Shamrock

📋 copy color: '#30D27C'

red 48 ◦ green 210 ◦ blue 124

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

Shades of Shamrock #30D27C

Tints of Shamrock #30D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.97%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 12.57%
G = 54.97%
B = 32.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#30D27C (or 0x30D27C) is known color: Shamrock. HEX triplet: 30, D2 and 7C. RGB value is (48,210,124). Sum of RGB (Red+Green+Blue) = 48+210+124=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #30D27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D27C is #CF2D83. Grayscale: #979797. Windows color (decimal): -13577604 or 8180272. OLE color: 8180272.

HSL color Cylindrical-coordinate representation of color #30D27C: hue angle of 148.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D27C is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 210 124 -
CMYK 0.77 0 0.41 0.18
HSL 148.15º 0.64% 0.51% -
HSV(B) 148.15º 0.77% 0.82% -
XYZ 27.9 48.18 26.9 -
YUV 151.76 112.33 53.99 -
System Red Green Blue C M Y K H S L
Decimal 48 210 124 0.77 0 0.41 0.18 148.15 0.64 0.51
Hex 30 D2 7C 4D 0 29 12 94 40 33
Octal 60 322 174 115 0 51 22 224 100 63
Binary 110000 11010010 1111100 1001101 0 101001 10010 10010100 1000000 110011

Color Harmonies of #30D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D27C

Black with #30D27C

Text Example


Text Example

White with #30D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,210,124); }

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

background-color css

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

 a { background-color: rgb(48,210,124); }

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

border-color css

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

 span { border-color: rgb(48,210,124); }

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