Html Css Color HEX #30D808 Harlequin

📋 copy color: '#30D808'

red 48 ◦ green 216 ◦ blue 8

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

Shades of Harlequin #30D808

Tints of Harlequin #30D808

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.41%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 17.65%
G = 79.41%
B = 2.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#30D808 (or 0x30D808) is known color: Harlequin. HEX triplet: 30, D8 and 08. RGB value is (48,216,8). Sum of RGB (Red+Green+Blue) = 48+216+8=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #30D808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D808 is #CF27F7. Grayscale: #8E8E8E. Windows color (decimal): -13576184 or 579632. OLE color: 579632.

HSL color Cylindrical-coordinate representation of color #30D808: hue angle of 108.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30D808 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 8 -
CMYK 0.78 0 0.96 0.15
HSL 108.46º 0.93% 0.44% -
HSV(B) 108.46º 0.96% 0.85% -
XYZ 25.82 49.76 8.47 -
YUV 142.06 52.34 60.91 -
System Red Green Blue C M Y K H S L
Decimal 48 216 8 0.78 0 0.96 0.15 108.46 0.93 0.44
Hex 30 D8 8 4E 0 60 F 6C 5D 2C
Octal 60 330 10 116 0 140 17 154 135 54
Binary 110000 11011000 1000 1001110 0 1100000 1111 1101100 1011101 101100

Color Harmonies of #30D808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D808

Black with #30D808

Text Example


Text Example

White with #30D808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,8); }

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

background-color css

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

 a { background-color: rgb(48,216,8); }

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

border-color css

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

 span { border-color: rgb(48,216,8); }

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