Html Css Color HEX #30F712 Harlequin

📋 copy color: '#30F712'

red 48 ◦ green 247 ◦ blue 18

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

Shades of Harlequin #30F712

Tints of Harlequin #30F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 78.91%

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

R = 15.34%
G = 78.91%
B = 5.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#30F712 (or 0x30F712) is known color: Harlequin. HEX triplet: 30, F7 and 12. RGB value is (48,247,18). Sum of RGB (Red+Green+Blue) = 48+247+18=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 247 (96.88% from 255 or 78.91% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 247 - color contains mainly: green. Hex color #30F712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F712 is #CF08ED. Grayscale: #A2A2A2. Windows color (decimal): -13568238 or 1242928. OLE color: 1242928.

HSL color Cylindrical-coordinate representation of color #30F712: hue angle of 112.14º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30F712 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 247 18 -
CMYK 0.81 0 0.93 0.03
HSL 112.14º 0.93% 0.52% -
HSV(B) 112.14º 0.93% 0.97% -
XYZ 34.59 67.19 11.72 -
YUV 161.39 47.07 47.12 -
System Red Green Blue C M Y K H S L
Decimal 48 247 18 0.81 0 0.93 0.03 112.14 0.93 0.52
Hex 30 F7 12 51 0 5D 3 70 5D 34
Octal 60 367 22 121 0 135 3 160 135 64
Binary 110000 11110111 10010 1010001 0 1011101 11 1110000 1011101 110100

Color Harmonies of #30F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F712

Black with #30F712

Text Example


Text Example

White with #30F712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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