Html Css Color HEX #30CE7D Shamrock

📋 copy color: '#30CE7D'

red 48 ◦ green 206 ◦ blue 125

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

Shades of Shamrock #30CE7D

Tints of Shamrock #30CE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 12.66%
G = 54.35%
B = 32.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#30CE7D (or 0x30CE7D) is known color: Shamrock. HEX triplet: 30, CE and 7D. RGB value is (48,206,125). Sum of RGB (Red+Green+Blue) = 48+206+125=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CE7D is #CF3182. Grayscale: #959595. Windows color (decimal): -13578627 or 8244784. OLE color: 8244784.

HSL color Cylindrical-coordinate representation of color #30CE7D: hue angle of 149.24º 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 #30CE7D is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 125 -
CMYK 0.77 0 0.39 0.19
HSL 149.24º 0.62% 0.5% -
HSV(B) 149.24º 0.77% 0.81% -
XYZ 26.99 46.25 26.91 -
YUV 149.52 114.15 55.59 -
System Red Green Blue C M Y K H S L
Decimal 48 206 125 0.77 0 0.39 0.19 149.24 0.62 0.5
Hex 30 CE 7D 4D 0 27 13 95 3E 32
Octal 60 316 175 115 0 47 23 225 76 62
Binary 110000 11001110 1111101 1001101 0 100111 10011 10010101 111110 110010

Color Harmonies of #30CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE7D

Black with #30CE7D

Text Example


Text Example

White with #30CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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