Html Css Color HEX #30D87F Shamrock

📋 copy color: '#30D87F'

red 48 ◦ green 216 ◦ blue 127

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

Shades of Shamrock #30D87F

Tints of Shamrock #30D87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.24%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 12.28%
G = 55.24%
B = 32.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#30D87F (or 0x30D87F) is known color: Shamrock. HEX triplet: 30, D8 and 7F. RGB value is (48,216,127). Sum of RGB (Red+Green+Blue) = 48+216+127=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #30D87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D87F is #CF2780. Grayscale: #9B9B9B. Windows color (decimal): -13576065 or 8378416. OLE color: 8378416.

HSL color Cylindrical-coordinate representation of color #30D87F: hue angle of 148.21º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D87F is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 127 -
CMYK 0.78 0 0.41 0.15
HSL 148.21º 0.68% 0.52% -
HSV(B) 148.21º 0.78% 0.85% -
XYZ 29.61 51.27 28.41 -
YUV 155.62 111.84 51.24 -
System Red Green Blue C M Y K H S L
Decimal 48 216 127 0.78 0 0.41 0.15 148.21 0.68 0.52
Hex 30 D8 7F 4E 0 29 F 94 44 34
Octal 60 330 177 116 0 51 17 224 104 64
Binary 110000 11011000 1111111 1001110 0 101001 1111 10010100 1000100 110100

Color Harmonies of #30D87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D87F

Black with #30D87F

Text Example


Text Example

White with #30D87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,127); }

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

background-color css

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

 a { background-color: rgb(48,216,127); }

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

border-color css

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

 span { border-color: rgb(48,216,127); }

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