Html Css Color HEX #30E682 Shamrock

📋 copy color: '#30E682'

red 48 ◦ green 230 ◦ blue 130

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

Shades of Shamrock #30E682

Tints of Shamrock #30E682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 11.76%
G = 56.37%
B = 31.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#30E682 (or 0x30E682) is known color: Shamrock. HEX triplet: 30, E6 and 82. RGB value is (48,230,130). Sum of RGB (Red+Green+Blue) = 48+230+130=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #30E682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E682 is #CF197D. Grayscale: #A4A4A4. Windows color (decimal): -13572478 or 8578608. OLE color: 8578608.

HSL color Cylindrical-coordinate representation of color #30E682: hue angle of 147.03º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E682 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 130 -
CMYK 0.79 0 0.43 0.10
HSL 147.03º 0.78% 0.55% -
HSV(B) 147.03º 0.79% 0.9% -
XYZ 33.55 58.83 30.71 -
YUV 164.18 108.7 45.13 -
System Red Green Blue C M Y K H S L
Decimal 48 230 130 0.79 0 0.43 0.10 147.03 0.78 0.55
Hex 30 E6 82 4F 0 2B A 93 4E 37
Octal 60 346 202 117 0 53 12 223 116 67
Binary 110000 11100110 10000010 1001111 0 101011 1010 10010011 1001110 110111

Color Harmonies of #30E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E682

Black with #30E682

Text Example


Text Example

White with #30E682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,130); }

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

background-color css

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

 a { background-color: rgb(48,230,130); }

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

border-color css

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

 span { border-color: rgb(48,230,130); }

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