Html Css Color HEX #30F119 Harlequin

📋 copy color: '#30F119'

red 48 ◦ green 241 ◦ blue 25

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

Shades of Harlequin #30F119

Tints of Harlequin #30F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.75%

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

R = 15.29%
G = 76.75%
B = 7.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#30F119 (or 0x30F119) is known color: Harlequin. HEX triplet: 30, F1 and 19. RGB value is (48,241,25). Sum of RGB (Red+Green+Blue) = 48+241+25=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #30F119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F119 is #CF0EE6. Grayscale: #9F9F9F. Windows color (decimal): -13569767 or 1700144. OLE color: 1700144.

HSL color Cylindrical-coordinate representation of color #30F119: hue angle of 113.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30F119 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 25 -
CMYK 0.80 0 0.90 0.05
HSL 113.61º 0.89% 0.52% -
HSV(B) 113.61º 0.9% 0.95% -
XYZ 32.85 63.61 11.47 -
YUV 158.67 52.56 49.06 -
System Red Green Blue C M Y K H S L
Decimal 48 241 25 0.80 0 0.90 0.05 113.61 0.89 0.52
Hex 30 F1 19 50 0 5A 5 72 59 34
Octal 60 361 31 120 0 132 5 162 131 64
Binary 110000 11110001 11001 1010000 0 1011010 101 1110010 1011001 110100

Color Harmonies of #30F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F119

Black with #30F119

Text Example


Text Example

White with #30F119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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