Html Css Color HEX #30F516 Harlequin

📋 copy color: '#30F516'

red 48 ◦ green 245 ◦ blue 22

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

Shades of Harlequin #30F516

Tints of Harlequin #30F516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 77.78%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 15.24%
G = 77.78%
B = 6.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#30F516 (or 0x30F516) is known color: Harlequin. HEX triplet: 30, F5 and 16. RGB value is (48,245,22). Sum of RGB (Red+Green+Blue) = 48+245+22=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 245 (96.09% from 255 or 77.78% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 245 - color contains mainly: green. Hex color #30F516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F516 is #CF0AE9. Grayscale: #A1A1A1. Windows color (decimal): -13568746 or 1504560. OLE color: 1504560.

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

Color convert

RGB 48 245 22 -
CMYK 0.80 0 0.91 0.04
HSL 113º 0.92% 0.52% -
HSV(B) 113º 0.91% 0.96% -
XYZ 34.02 65.99 11.7 -
YUV 160.68 49.73 47.63 -
System Red Green Blue C M Y K H S L
Decimal 48 245 22 0.80 0 0.91 0.04 113 0.92 0.52
Hex 30 F5 16 50 0 5B 4 71 5C 34
Octal 60 365 26 120 0 133 4 161 134 64
Binary 110000 11110101 10110 1010000 0 1011011 100 1110001 1011100 110100

Color Harmonies of #30F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F516

Black with #30F516

Text Example


Text Example

White with #30F516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,22); }

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

background-color css

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

 a { background-color: rgb(48,245,22); }

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

border-color css

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

 span { border-color: rgb(48,245,22); }

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