Html Css Color HEX #30F112 Harlequin

📋 copy color: '#30F112'

red 48 ◦ green 241 ◦ blue 18

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

Shades of Harlequin #30F112

Tints of Harlequin #30F112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 78.5%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 15.64%
G = 78.5%
B = 5.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#30F112 (or 0x30F112) is known color: Harlequin. HEX triplet: 30, F1 and 12. RGB value is (48,241,18). Sum of RGB (Red+Green+Blue) = 48+241+18=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #30F112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F112 is #CF0EED. Grayscale: #9E9E9E. Windows color (decimal): -13569774 or 1241392. OLE color: 1241392.

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

Color convert

RGB 48 241 18 -
CMYK 0.80 0 0.93 0.05
HSL 111.93º 0.89% 0.51% -
HSV(B) 111.93º 0.93% 0.95% -
XYZ 32.78 63.58 11.12 -
YUV 157.87 49.06 49.63 -
System Red Green Blue C M Y K H S L
Decimal 48 241 18 0.80 0 0.93 0.05 111.93 0.89 0.51
Hex 30 F1 12 50 0 5D 5 70 59 33
Octal 60 361 22 120 0 135 5 160 131 63
Binary 110000 11110001 10010 1010000 0 1011101 101 1110000 1011001 110011

Color Harmonies of #30F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F112

Black with #30F112

Text Example


Text Example

White with #30F112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,18); }

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

background-color css

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

 a { background-color: rgb(48,241,18); }

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

border-color css

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

 span { border-color: rgb(48,241,18); }

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