Html Css Color HEX #30F920 Harlequin

📋 copy color: '#30F920'

red 48 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #30F920

Tints of Harlequin #30F920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.68%

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

R = 14.59%
G = 75.68%
B = 9.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#30F920 (or 0x30F920) is known color: Harlequin. HEX triplet: 30, F9 and 20. RGB value is (48,249,32). Sum of RGB (Red+Green+Blue) = 48+249+32=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #30F920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F920 is #CF06DF. Grayscale: #A4A4A4. Windows color (decimal): -13567712 or 2160944. OLE color: 2160944.

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

Color convert

RGB 48 249 32 -
CMYK 0.81 0 0.87 0.02
HSL 115.58º 0.95% 0.55% -
HSV(B) 115.58º 0.87% 0.98% -
XYZ 35.36 68.48 12.72 -
YUV 164.16 53.41 45.14 -
System Red Green Blue C M Y K H S L
Decimal 48 249 32 0.81 0 0.87 0.02 115.58 0.95 0.55
Hex 30 F9 20 51 0 57 2 74 5F 37
Octal 60 371 40 121 0 127 2 164 137 67
Binary 110000 11111001 100000 1010001 0 1010111 10 1110100 1011111 110111

Color Harmonies of #30F920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F920

Black with #30F920

Text Example


Text Example

White with #30F920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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