Html Css Color HEX #30F014 Harlequin

📋 copy color: '#30F014'

red 48 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #30F014

Tints of Harlequin #30F014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 15.58%
G = 77.92%
B = 6.49%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#30F014 (or 0x30F014) is known color: Harlequin. HEX triplet: 30, F0 and 14. RGB value is (48,240,20). Sum of RGB (Red+Green+Blue) = 48+240+20=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #30F014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F014 is #CF0FEB. Grayscale: #9E9E9E. Windows color (decimal): -13570028 or 1372208. OLE color: 1372208.

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

Color convert

RGB 48 240 20 -
CMYK 0.8 0 0.92 0.06
HSL 112.36º 0.88% 0.51% -
HSV(B) 112.36º 0.92% 0.94% -
XYZ 32.51 63 11.11 -
YUV 157.51 50.39 49.89 -
System Red Green Blue C M Y K H S L
Decimal 48 240 20 0.8 0 0.92 0.06 112.36 0.88 0.51
Hex 30 F0 14 50 0 5C 6 70 58 33
Octal 60 360 24 120 0 134 6 160 130 63
Binary 110000 11110000 10100 1010000 0 1011100 110 1110000 1011000 110011

Color Harmonies of #30F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F014

Black with #30F014

Text Example


Text Example

White with #30F014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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