Html Css Color HEX #30CF93 Shamrock

📋 copy color: '#30CF93'

red 48 ◦ green 207 ◦ blue 147

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

Shades of Shamrock #30CF93

Tints of Shamrock #30CF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 11.94%
G = 51.49%
B = 36.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#30CF93 (or 0x30CF93) is known color: Shamrock. HEX triplet: 30, CF and 93. RGB value is (48,207,147). Sum of RGB (Red+Green+Blue) = 48+207+147=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF93 is #CF306C. Grayscale: #989898. Windows color (decimal): -13578349 or 9686832. OLE color: 9686832.

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

Color convert

RGB 48 207 147 -
CMYK 0.77 0 0.29 0.19
HSL 157.36º 0.62% 0.5% -
HSV(B) 157.36º 0.77% 0.81% -
XYZ 28.8 47.36 35.23 -
YUV 152.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 48 207 147 0.77 0 0.29 0.19 157.36 0.62 0.5
Hex 30 CF 93 4D 0 1D 13 9D 3E 32
Octal 60 317 223 115 0 35 23 235 76 62
Binary 110000 11001111 10010011 1001101 0 11101 10011 10011101 111110 110010

Color Harmonies of #30CF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF93

Black with #30CF93

Text Example


Text Example

White with #30CF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,147); }

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

background-color css

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

 a { background-color: rgb(48,207,147); }

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

border-color css

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

 span { border-color: rgb(48,207,147); }

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