Html Css Color HEX #30D568 Emerald

📋 copy color: '#30D568'

red 48 ◦ green 213 ◦ blue 104

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

Shades of Emerald #30D568

Tints of Emerald #30D568

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 13.15%
G = 58.36%
B = 28.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#30D568 (or 0x30D568) is known color: Emerald. HEX triplet: 30, D5 and 68. RGB value is (48,213,104). Sum of RGB (Red+Green+Blue) = 48+213+104=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #30D568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D568 is #CF2A97. Grayscale: #979797. Windows color (decimal): -13576856 or 6870320. OLE color: 6870320.

HSL color Cylindrical-coordinate representation of color #30D568: hue angle of 140.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D568 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 104 -
CMYK 0.77 0 0.51 0.16
HSL 140.36º 0.66% 0.51% -
HSV(B) 140.36º 0.77% 0.84% -
XYZ 27.51 49.22 21.15 -
YUV 151.24 101.34 54.36 -
System Red Green Blue C M Y K H S L
Decimal 48 213 104 0.77 0 0.51 0.16 140.36 0.66 0.51
Hex 30 D5 68 4D 0 33 10 8C 42 33
Octal 60 325 150 115 0 63 20 214 102 63
Binary 110000 11010101 1101000 1001101 0 110011 10000 10001100 1000010 110011

Color Harmonies of #30D568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D568

Black with #30D568

Text Example


Text Example

White with #30D568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,104); }

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

background-color css

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

 a { background-color: rgb(48,213,104); }

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

border-color css

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

 span { border-color: rgb(48,213,104); }

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