Html Css Color HEX #30FA12 Harlequin

📋 copy color: '#30FA12'

red 48 ◦ green 250 ◦ blue 18

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

Shades of Harlequin #30FA12

Tints of Harlequin #30FA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 79.11%

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

R = 15.19%
G = 79.11%
B = 5.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#30FA12 (or 0x30FA12) is known color: Harlequin. HEX triplet: 30, FA and 12. RGB value is (48,250,18). Sum of RGB (Red+Green+Blue) = 48+250+18=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FA12 is #CF05ED. Grayscale: #A3A3A3. Windows color (decimal): -13567470 or 1243696. OLE color: 1243696.

HSL color Cylindrical-coordinate representation of color #30FA12: hue angle of 112.24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30FA12 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 18 -
CMYK 0.81 0 0.93 0.02
HSL 112.24º 0.96% 0.53% -
HSV(B) 112.24º 0.93% 0.98% -
XYZ 35.51 69.04 12.03 -
YUV 163.15 46.08 45.86 -
System Red Green Blue C M Y K H S L
Decimal 48 250 18 0.81 0 0.93 0.02 112.24 0.96 0.53
Hex 30 FA 12 51 0 5D 2 70 60 35
Octal 60 372 22 121 0 135 2 160 140 65
Binary 110000 11111010 10010 1010001 0 1011101 10 1110000 1100000 110101

Color Harmonies of #30FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA12

Black with #30FA12

Text Example


Text Example

White with #30FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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