Html Css Color HEX #30F010 Harlequin

📋 copy color: '#30F010'

red 48 ◦ green 240 ◦ blue 16

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

Shades of Harlequin #30F010

Tints of Harlequin #30F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.95%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 15.79%
G = 78.95%
B = 5.26%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#30F010 (or 0x30F010) is known color: Harlequin. HEX triplet: 30, F0 and 10. RGB value is (48,240,16). Sum of RGB (Red+Green+Blue) = 48+240+16=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #30F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F010 is #CF0FEF. Grayscale: #9D9D9D. Windows color (decimal): -13570032 or 1110064. OLE color: 1110064.

HSL color Cylindrical-coordinate representation of color #30F010: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30F010 is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 16 -
CMYK 0.8 0 0.93 0.06
HSL 111.43º 0.88% 0.5% -
HSV(B) 111.43º 0.93% 0.94% -
XYZ 32.47 62.99 10.94 -
YUV 157.06 48.39 50.21 -
System Red Green Blue C M Y K H S L
Decimal 48 240 16 0.8 0 0.93 0.06 111.43 0.88 0.5
Hex 30 F0 10 50 0 5D 6 6F 58 32
Octal 60 360 20 120 0 135 6 157 130 62
Binary 110000 11110000 10000 1010000 0 1011101 110 1101111 1011000 110010

Color Harmonies of #30F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F010

Black with #30F010

Text Example


Text Example

White with #30F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,16); }

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

background-color css

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

 a { background-color: rgb(48,240,16); }

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

border-color css

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

 span { border-color: rgb(48,240,16); }

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