Html Css Color HEX #30E78E Shamrock

📋 copy color: '#30E78E'

red 48 ◦ green 231 ◦ blue 142

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

Shades of Shamrock #30E78E

Tints of Shamrock #30E78E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.87%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 11.4%
G = 54.87%
B = 33.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#30E78E (or 0x30E78E) is known color: Shamrock. HEX triplet: 30, E7 and 8E. RGB value is (48,231,142). Sum of RGB (Red+Green+Blue) = 48+231+142=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #30E78E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E78E is #CF1871. Grayscale: #A6A6A6. Windows color (decimal): -13572210 or 9365296. OLE color: 9365296.

HSL color Cylindrical-coordinate representation of color #30E78E: hue angle of 150.82º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E78E is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 231 142 -
CMYK 0.79 0 0.39 0.09
HSL 150.82º 0.79% 0.55% -
HSV(B) 150.82º 0.79% 0.91% -
XYZ 34.68 59.73 35.29 -
YUV 166.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 48 231 142 0.79 0 0.39 0.09 150.82 0.79 0.55
Hex 30 E7 8E 4F 0 27 9 97 4F 37
Octal 60 347 216 117 0 47 11 227 117 67
Binary 110000 11100111 10001110 1001111 0 100111 1001 10010111 1001111 110111

Color Harmonies of #30E78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E78E

Black with #30E78E

Text Example


Text Example

White with #30E78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,231,142); }

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

background-color css

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

 a { background-color: rgb(48,231,142); }

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

border-color css

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

 span { border-color: rgb(48,231,142); }

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