Html Css Color HEX #30CE7F Shamrock

📋 copy color: '#30CE7F'

red 48 ◦ green 206 ◦ blue 127

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

Shades of Shamrock #30CE7F

Tints of Shamrock #30CE7F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.07%

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

R = 12.6%
G = 54.07%
B = 33.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#30CE7F (or 0x30CE7F) is known color: Shamrock. HEX triplet: 30, CE and 7F. RGB value is (48,206,127). Sum of RGB (Red+Green+Blue) = 48+206+127=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CE7F is #CF3180. Grayscale: #959595. Windows color (decimal): -13578625 or 8375856. OLE color: 8375856.

HSL color Cylindrical-coordinate representation of color #30CE7F: hue angle of 150º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE7F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 127 -
CMYK 0.77 0 0.38 0.19
HSL 150º 0.62% 0.5% -
HSV(B) 150º 0.77% 0.81% -
XYZ 27.12 46.3 27.59 -
YUV 149.75 115.15 55.42 -
System Red Green Blue C M Y K H S L
Decimal 48 206 127 0.77 0 0.38 0.19 150 0.62 0.5
Hex 30 CE 7F 4D 0 26 13 96 3E 32
Octal 60 316 177 115 0 46 23 226 76 62
Binary 110000 11001110 1111111 1001101 0 100110 10011 10010110 111110 110010

Color Harmonies of #30CE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE7F

Black with #30CE7F

Text Example


Text Example

White with #30CE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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