Html Css Color HEX #30FE0F Harlequin

📋 copy color: '#30FE0F'

red 48 ◦ green 254 ◦ blue 15

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

Shades of Harlequin #30FE0F

Tints of Harlequin #30FE0F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 80.13%

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

R = 15.14%
G = 80.13%
B = 4.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#30FE0F (or 0x30FE0F) is known color: Harlequin. HEX triplet: 30, FE and 0F. RGB value is (48,254,15). Sum of RGB (Red+Green+Blue) = 48+254+15=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FE0F is #CF01F0. Grayscale: #A5A5A5. Windows color (decimal): -13566449 or 1048112. OLE color: 1048112.

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

Color convert

RGB 48 254 15 -
CMYK 0.81 0 0.94 0.00
HSL 111.72º 0.99% 0.53% -
HSV(B) 111.72º 0.94% 1% -
XYZ 36.75 71.55 12.33 -
YUV 165.16 43.25 44.43 -
System Red Green Blue C M Y K H S L
Decimal 48 254 15 0.81 0 0.94 0.00 111.72 0.99 0.53
Hex 30 FE F 51 0 5E 0 70 63 35
Octal 60 376 17 121 0 136 0 160 143 65
Binary 110000 11111110 1111 1010001 0 1011110 0 1110000 1100011 110101

Color Harmonies of #30FE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE0F

Black with #30FE0F

Text Example


Text Example

White with #30FE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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