Html Css Color HEX #30E68F Shamrock

📋 copy color: '#30E68F'

red 48 ◦ green 230 ◦ blue 143

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

Shades of Shamrock #30E68F

Tints of Shamrock #30E68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 11.4%
G = 54.63%
B = 33.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#30E68F (or 0x30E68F) is known color: Shamrock. HEX triplet: 30, E6 and 8F. RGB value is (48,230,143). Sum of RGB (Red+Green+Blue) = 48+230+143=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #30E68F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E68F is #CF1970. Grayscale: #A5A5A5. Windows color (decimal): -13572465 or 9430576. OLE color: 9430576.

HSL color Cylindrical-coordinate representation of color #30E68F: hue angle of 151.32º 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 #30E68F is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 143 -
CMYK 0.79 0 0.38 0.10
HSL 151.32º 0.78% 0.55% -
HSV(B) 151.32º 0.79% 0.9% -
XYZ 34.47 59.21 35.6 -
YUV 165.66 115.2 44.07 -
System Red Green Blue C M Y K H S L
Decimal 48 230 143 0.79 0 0.38 0.10 151.32 0.78 0.55
Hex 30 E6 8F 4F 0 26 A 97 4E 37
Octal 60 346 217 117 0 46 12 227 116 67
Binary 110000 11100110 10001111 1001111 0 100110 1010 10010111 1001110 110111

Color Harmonies of #30E68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E68F

Black with #30E68F

Text Example


Text Example

White with #30E68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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