Html Css Color HEX #30F91F Harlequin

📋 copy color: '#30F91F'

red 48 ◦ green 249 ◦ blue 31

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

Shades of Harlequin #30F91F

Tints of Harlequin #30F91F

RGB

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

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

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

R = 14.63%
G = 75.91%
B = 9.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#30F91F (or 0x30F91F) is known color: Harlequin. HEX triplet: 30, F9 and 1F. RGB value is (48,249,31). Sum of RGB (Red+Green+Blue) = 48+249+31=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 249 (97.66% from 255 or 75.91% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 249 - color contains mainly: green. Hex color #30F91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F91F is #CF06E0. Grayscale: #A4A4A4. Windows color (decimal): -13567713 or 2095408. OLE color: 2095408.

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

Color convert

RGB 48 249 31 -
CMYK 0.81 0 0.88 0.02
HSL 115.32º 0.95% 0.55% -
HSV(B) 115.32º 0.88% 0.98% -
XYZ 35.34 68.48 12.65 -
YUV 164.05 52.91 45.23 -
System Red Green Blue C M Y K H S L
Decimal 48 249 31 0.81 0 0.88 0.02 115.32 0.95 0.55
Hex 30 F9 1F 51 0 58 2 73 5F 37
Octal 60 371 37 121 0 130 2 163 137 67
Binary 110000 11111001 11111 1010001 0 1011000 10 1110011 1011111 110111

Color Harmonies of #30F91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F91F

Black with #30F91F

Text Example


Text Example

White with #30F91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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