Html Css Color HEX #30FC19 Harlequin

📋 copy color: '#30FC19'

red 48 ◦ green 252 ◦ blue 25

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

Shades of Harlequin #30FC19

Tints of Harlequin #30FC19

RGB

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

 GREEN value IS 252 (98.83% from 255) = 77.54%

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 14.77%
G = 77.54%
B = 7.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#30FC19 (or 0x30FC19) is known color: Harlequin. HEX triplet: 30, FC and 19. RGB value is (48,252,25). Sum of RGB (Red+Green+Blue) = 48+252+25=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 252 (98.83% from 255 or 77.54% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FC19 is #CF03E6. Grayscale: #A5A5A5. Windows color (decimal): -13566951 or 1702960. OLE color: 1702960.

HSL color Cylindrical-coordinate representation of color #30FC19: hue angle of 113.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30FC19 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 25 -
CMYK 0.81 0 0.90 0.01
HSL 113.92º 0.97% 0.54% -
HSV(B) 113.92º 0.9% 0.99% -
XYZ 36.2 70.32 12.58 -
YUV 165.13 48.91 44.46 -
System Red Green Blue C M Y K H S L
Decimal 48 252 25 0.81 0 0.90 0.01 113.92 0.97 0.54
Hex 30 FC 19 51 0 5A 1 72 61 36
Octal 60 374 31 121 0 132 1 162 141 66
Binary 110000 11111100 11001 1010001 0 1011010 1 1110010 1100001 110110

Color Harmonies of #30FC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FC19

Black with #30FC19

Text Example


Text Example

White with #30FC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,25); }

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

background-color css

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

 a { background-color: rgb(48,252,25); }

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

border-color css

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

 span { border-color: rgb(48,252,25); }

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