Html Css Color HEX #30D707 Harlequin

📋 copy color: '#30D707'

red 48 ◦ green 215 ◦ blue 7

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

Shades of Harlequin #30D707

Tints of Harlequin #30D707

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.63%

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

R = 17.78%
G = 79.63%
B = 2.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#30D707 (or 0x30D707) is known color: Harlequin. HEX triplet: 30, D7 and 07. RGB value is (48,215,7). Sum of RGB (Red+Green+Blue) = 48+215+7=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 215 (84.38% from 255 or 79.63% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 215 - color contains mainly: green. Hex color #30D707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D707 is #CF28F8. Grayscale: #8E8E8E. Windows color (decimal): -13576441 or 513840. OLE color: 513840.

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

Color convert

RGB 48 215 7 -
CMYK 0.78 0 0.97 0.16
HSL 108.17º 0.94% 0.44% -
HSV(B) 108.17º 0.97% 0.84% -
XYZ 25.56 49.24 8.36 -
YUV 141.36 52.17 61.41 -
System Red Green Blue C M Y K H S L
Decimal 48 215 7 0.78 0 0.97 0.16 108.17 0.94 0.44
Hex 30 D7 7 4E 0 61 10 6C 5E 2C
Octal 60 327 7 116 0 141 20 154 136 54
Binary 110000 11010111 111 1001110 0 1100001 10000 1101100 1011110 101100

Color Harmonies of #30D707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D707

Black with #30D707

Text Example


Text Example

White with #30D707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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