Html Css Color HEX #30F016 Harlequin

📋 copy color: '#30F016'

red 48 ◦ green 240 ◦ blue 22

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

Shades of Harlequin #30F016

Tints of Harlequin #30F016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 15.48%
G = 77.42%
B = 7.1%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#30F016 (or 0x30F016) is known color: Harlequin. HEX triplet: 30, F0 and 16. RGB value is (48,240,22). Sum of RGB (Red+Green+Blue) = 48+240+22=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #30F016 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F016 is #CF0FE9. Grayscale: #9E9E9E. Windows color (decimal): -13570026 or 1503280. OLE color: 1503280.

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

Color convert

RGB 48 240 22 -
CMYK 0.8 0 0.91 0.06
HSL 112.84º 0.88% 0.51% -
HSV(B) 112.84º 0.91% 0.94% -
XYZ 32.52 63.01 11.21 -
YUV 157.74 51.39 49.73 -
System Red Green Blue C M Y K H S L
Decimal 48 240 22 0.8 0 0.91 0.06 112.84 0.88 0.51
Hex 30 F0 16 50 0 5B 6 71 58 33
Octal 60 360 26 120 0 133 6 161 130 63
Binary 110000 11110000 10110 1010000 0 1011011 110 1110001 1011000 110011

Color Harmonies of #30F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F016

Black with #30F016

Text Example


Text Example

White with #30F016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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