Html Css Color HEX #30F41F Harlequin

📋 copy color: '#30F41F'

red 48 ◦ green 244 ◦ blue 31

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

Shades of Harlequin #30F41F

Tints of Harlequin #30F41F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 75.54%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 14.86%
G = 75.54%
B = 9.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#30F41F (or 0x30F41F) is known color: Harlequin. HEX triplet: 30, F4 and 1F. RGB value is (48,244,31). Sum of RGB (Red+Green+Blue) = 48+244+31=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 244 (95.70% from 255 or 75.54% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 244 - color contains mainly: green. Hex color #30F41F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F41F is #CF0BE0. Grayscale: #A1A1A1. Windows color (decimal): -13568993 or 2094128. OLE color: 2094128.

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

Color convert

RGB 48 244 31 -
CMYK 0.80 0 0.87 0.04
HSL 115.21º 0.91% 0.54% -
HSV(B) 115.21º 0.87% 0.96% -
XYZ 33.82 65.43 12.14 -
YUV 161.11 54.57 47.32 -
System Red Green Blue C M Y K H S L
Decimal 48 244 31 0.80 0 0.87 0.04 115.21 0.91 0.54
Hex 30 F4 1F 50 0 57 4 73 5B 36
Octal 60 364 37 120 0 127 4 163 133 66
Binary 110000 11110100 11111 1010000 0 1010111 100 1110011 1011011 110110

Color Harmonies of #30F41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F41F

Black with #30F41F

Text Example


Text Example

White with #30F41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,31); }

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

background-color css

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

 a { background-color: rgb(48,244,31); }

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

border-color css

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

 span { border-color: rgb(48,244,31); }

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