Html Css Color HEX #30FC0F Harlequin

📋 copy color: '#30FC0F'

red 48 ◦ green 252 ◦ blue 15

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

Shades of Harlequin #30FC0F

Tints of Harlequin #30FC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 15.24%
G = 80%
B = 4.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#30FC0F (or 0x30FC0F) is known color: Harlequin. HEX triplet: 30, FC and 0F. RGB value is (48,252,15). Sum of RGB (Red+Green+Blue) = 48+252+15=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FC0F is #CF03F0. Grayscale: #A4A4A4. Windows color (decimal): -13566961 or 1047600. OLE color: 1047600.

HSL color Cylindrical-coordinate representation of color #30FC0F: hue angle of 111.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30FC0F is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 15 -
CMYK 0.81 0 0.94 0.01
HSL 111.65º 0.98% 0.52% -
HSV(B) 111.65º 0.94% 0.99% -
XYZ 36.12 70.28 12.11 -
YUV 163.99 43.91 45.27 -
System Red Green Blue C M Y K H S L
Decimal 48 252 15 0.81 0 0.94 0.01 111.65 0.98 0.52
Hex 30 FC F 51 0 5E 1 70 62 34
Octal 60 374 17 121 0 136 1 160 142 64
Binary 110000 11111100 1111 1010001 0 1011110 1 1110000 1100010 110100

Color Harmonies of #30FC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FC0F

Black with #30FC0F

Text Example


Text Example

White with #30FC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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