Html Css Color HEX #30DE74 Emerald

📋 copy color: '#30DE74'

red 48 ◦ green 222 ◦ blue 116

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

Shades of Emerald #30DE74

Tints of Emerald #30DE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.51%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 12.44%
G = 57.51%
B = 30.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#30DE74 (or 0x30DE74) is known color: Emerald. HEX triplet: 30, DE and 74. RGB value is (48,222,116). Sum of RGB (Red+Green+Blue) = 48+222+116=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DE74 is #CF218B. Grayscale: #9E9E9E. Windows color (decimal): -13574540 or 7659056. OLE color: 7659056.

HSL color Cylindrical-coordinate representation of color #30DE74: hue angle of 143.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DE74 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 222 116 -
CMYK 0.78 0 0.48 0.13
HSL 143.45º 0.73% 0.53% -
HSV(B) 143.45º 0.78% 0.87% -
XYZ 30.49 54.13 25.36 -
YUV 157.89 104.35 49.62 -
System Red Green Blue C M Y K H S L
Decimal 48 222 116 0.78 0 0.48 0.13 143.45 0.73 0.53
Hex 30 DE 74 4E 0 30 D 8F 48 35
Octal 60 336 164 116 0 60 15 217 110 65
Binary 110000 11011110 1110100 1001110 0 110000 1101 10001111 1001000 110101

Color Harmonies of #30DE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DE74

Black with #30DE74

Text Example


Text Example

White with #30DE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,222,116); }

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

background-color css

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

 a { background-color: rgb(48,222,116); }

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

border-color css

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

 span { border-color: rgb(48,222,116); }

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