Html Css Color HEX #30F019 Harlequin

📋 copy color: '#30F019'

red 48 ◦ green 240 ◦ blue 25

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

Shades of Harlequin #30F019

Tints of Harlequin #30F019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 15.34%
G = 76.68%
B = 7.99%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#30F019 (or 0x30F019) is known color: Harlequin. HEX triplet: 30, F0 and 19. RGB value is (48,240,25). Sum of RGB (Red+Green+Blue) = 48+240+25=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #30F019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F019 is #CF0FE6. Grayscale: #9E9E9E. Windows color (decimal): -13570023 or 1699888. OLE color: 1699888.

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

Color convert

RGB 48 240 25 -
CMYK 0.8 0 0.90 0.06
HSL 113.58º 0.88% 0.52% -
HSV(B) 113.58º 0.9% 0.94% -
XYZ 32.55 63.02 11.37 -
YUV 158.08 52.89 49.48 -
System Red Green Blue C M Y K H S L
Decimal 48 240 25 0.8 0 0.90 0.06 113.58 0.88 0.52
Hex 30 F0 19 50 0 5A 6 72 58 34
Octal 60 360 31 120 0 132 6 162 130 64
Binary 110000 11110000 11001 1010000 0 1011010 110 1110010 1011000 110100

Color Harmonies of #30F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F019

Black with #30F019

Text Example


Text Example

White with #30F019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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