Html Css Color HEX #30F411 Harlequin

📋 copy color: '#30F411'

red 48 ◦ green 244 ◦ blue 17

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

Shades of Harlequin #30F411

Tints of Harlequin #30F411

RGB

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

 GREEN value IS 244 (95.7% from 255) = 78.96%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 15.53%
G = 78.96%
B = 5.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#30F411 (or 0x30F411) is known color: Harlequin. HEX triplet: 30, F4 and 11. RGB value is (48,244,17). Sum of RGB (Red+Green+Blue) = 48+244+17=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 244 (95.70% from 255 or 78.96% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 244 - color contains mainly: green. Hex color #30F411 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F411 is #CF0BEE. Grayscale: #A0A0A0. Windows color (decimal): -13569007 or 1176624. OLE color: 1176624.

HSL color Cylindrical-coordinate representation of color #30F411: hue angle of 111.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30F411 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 17 -
CMYK 0.80 0 0.93 0.04
HSL 111.81º 0.91% 0.51% -
HSV(B) 111.81º 0.93% 0.96% -
XYZ 33.67 65.37 11.37 -
YUV 159.52 47.57 48.46 -
System Red Green Blue C M Y K H S L
Decimal 48 244 17 0.80 0 0.93 0.04 111.81 0.91 0.51
Hex 30 F4 11 50 0 5D 4 70 5B 33
Octal 60 364 21 120 0 135 4 160 133 63
Binary 110000 11110100 10001 1010000 0 1011101 100 1110000 1011011 110011

Color Harmonies of #30F411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F411

Black with #30F411

Text Example


Text Example

White with #30F411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,17); }

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

background-color css

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

 a { background-color: rgb(48,244,17); }

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

border-color css

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

 span { border-color: rgb(48,244,17); }

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