Html Css Color HEX #30F41C Harlequin

📋 copy color: '#30F41C'

red 48 ◦ green 244 ◦ blue 28

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

Shades of Harlequin #30F41C

Tints of Harlequin #30F41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 15%
G = 76.25%
B = 8.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#30F41C (or 0x30F41C) is known color: Harlequin. HEX triplet: 30, F4 and 1C. RGB value is (48,244,28). Sum of RGB (Red+Green+Blue) = 48+244+28=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #30F41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F41C is #CF0BE3. Grayscale: #A1A1A1. Windows color (decimal): -13568996 or 1897520. OLE color: 1897520.

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

Color convert

RGB 48 244 28 -
CMYK 0.80 0 0.89 0.04
HSL 114.44º 0.91% 0.53% -
HSV(B) 114.44º 0.89% 0.96% -
XYZ 33.78 65.41 11.94 -
YUV 160.77 53.07 47.56 -
System Red Green Blue C M Y K H S L
Decimal 48 244 28 0.80 0 0.89 0.04 114.44 0.91 0.53
Hex 30 F4 1C 50 0 59 4 72 5B 35
Octal 60 364 34 120 0 131 4 162 133 65
Binary 110000 11110100 11100 1010000 0 1011001 100 1110010 1011011 110101

Color Harmonies of #30F41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F41C

Black with #30F41C

Text Example


Text Example

White with #30F41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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