Html Css Color HEX #30F220 Harlequin

📋 copy color: '#30F220'

red 48 ◦ green 242 ◦ blue 32

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

Shades of Harlequin #30F220

Tints of Harlequin #30F220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.16%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 14.91%
G = 75.16%
B = 9.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#30F220 (or 0x30F220) is known color: Harlequin. HEX triplet: 30, F2 and 20. RGB value is (48,242,32). Sum of RGB (Red+Green+Blue) = 48+242+32=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #30F220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F220 is #CF0DDF. Grayscale: #A0A0A0. Windows color (decimal): -13569504 or 2159152. OLE color: 2159152.

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

Color convert

RGB 48 242 32 -
CMYK 0.80 0 0.87 0.05
HSL 115.43º 0.89% 0.54% -
HSV(B) 115.43º 0.87% 0.95% -
XYZ 33.23 64.24 12.01 -
YUV 160.05 55.73 48.08 -
System Red Green Blue C M Y K H S L
Decimal 48 242 32 0.80 0 0.87 0.05 115.43 0.89 0.54
Hex 30 F2 20 50 0 57 5 73 59 36
Octal 60 362 40 120 0 127 5 163 131 66
Binary 110000 11110010 100000 1010000 0 1010111 101 1110011 1011001 110110

Color Harmonies of #30F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F220

Black with #30F220

Text Example


Text Example

White with #30F220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,32); }

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

background-color css

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

 a { background-color: rgb(48,242,32); }

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

border-color css

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

 span { border-color: rgb(48,242,32); }

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