Html Css Color HEX #30DC07 Harlequin

📋 copy color: '#30DC07'

red 48 ◦ green 220 ◦ blue 7

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

Shades of Harlequin #30DC07

Tints of Harlequin #30DC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 17.45%
G = 80%
B = 2.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#30DC07 (or 0x30DC07) is known color: Harlequin. HEX triplet: 30, DC and 07. RGB value is (48,220,7). Sum of RGB (Red+Green+Blue) = 48+220+7=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DC07 is #CF23F8. Grayscale: #909090. Windows color (decimal): -13575161 or 515120. OLE color: 515120.

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

Color convert

RGB 48 220 7 -
CMYK 0.78 0 0.97 0.14
HSL 108.45º 0.94% 0.45% -
HSV(B) 108.45º 0.97% 0.86% -
XYZ 26.85 51.83 8.79 -
YUV 144.29 50.52 59.32 -
System Red Green Blue C M Y K H S L
Decimal 48 220 7 0.78 0 0.97 0.14 108.45 0.94 0.45
Hex 30 DC 7 4E 0 61 E 6C 5E 2D
Octal 60 334 7 116 0 141 16 154 136 55
Binary 110000 11011100 111 1001110 0 1100001 1110 1101100 1011110 101101

Color Harmonies of #30DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC07

Black with #30DC07

Text Example


Text Example

White with #30DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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