Html Css Color HEX #30DC0D Harlequin

📋 copy color: '#30DC0D'

red 48 ◦ green 220 ◦ blue 13

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

Shades of Harlequin #30DC0D

Tints of Harlequin #30DC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.29%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 17.08%
G = 78.29%
B = 4.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#30DC0D (or 0x30DC0D) is known color: Harlequin. HEX triplet: 30, DC and 0D. RGB value is (48,220,13). Sum of RGB (Red+Green+Blue) = 48+220+13=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC0D is #CF23F2. Grayscale: #919191. Windows color (decimal): -13575155 or 908336. OLE color: 908336.

HSL color Cylindrical-coordinate representation of color #30DC0D: hue angle of 109.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30DC0D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 13 -
CMYK 0.78 0 0.94 0.14
HSL 109.86º 0.89% 0.46% -
HSV(B) 109.86º 0.94% 0.86% -
XYZ 26.88 51.84 8.97 -
YUV 144.97 53.52 58.83 -
System Red Green Blue C M Y K H S L
Decimal 48 220 13 0.78 0 0.94 0.14 109.86 0.89 0.46
Hex 30 DC D 4E 0 5E E 6E 59 2E
Octal 60 334 15 116 0 136 16 156 131 56
Binary 110000 11011100 1101 1001110 0 1011110 1110 1101110 1011001 101110

Color Harmonies of #30DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC0D

Black with #30DC0D

Text Example


Text Example

White with #30DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,13); }

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

background-color css

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

 a { background-color: rgb(48,220,13); }

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

border-color css

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

 span { border-color: rgb(48,220,13); }

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