Html Css Color HEX #30FA15 Harlequin

📋 copy color: '#30FA15'

red 48 ◦ green 250 ◦ blue 21

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

Shades of Harlequin #30FA15

Tints of Harlequin #30FA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 78.37%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 15.05%
G = 78.37%
B = 6.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#30FA15 (or 0x30FA15) is known color: Harlequin. HEX triplet: 30, FA and 15. RGB value is (48,250,21). Sum of RGB (Red+Green+Blue) = 48+250+21=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 250 (98.05% from 255 or 78.37% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FA15 is #CF05EA. Grayscale: #A4A4A4. Windows color (decimal): -13567467 or 1440304. OLE color: 1440304.

HSL color Cylindrical-coordinate representation of color #30FA15: hue angle of 112.93º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30FA15 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 21 -
CMYK 0.81 0 0.92 0.02
HSL 112.93º 0.96% 0.53% -
HSV(B) 112.93º 0.92% 0.98% -
XYZ 35.54 69.05 12.17 -
YUV 163.5 47.58 45.62 -
System Red Green Blue C M Y K H S L
Decimal 48 250 21 0.81 0 0.92 0.02 112.93 0.96 0.53
Hex 30 FA 15 51 0 5C 2 71 60 35
Octal 60 372 25 121 0 134 2 161 140 65
Binary 110000 11111010 10101 1010001 0 1011100 10 1110001 1100000 110101

Color Harmonies of #30FA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA15

Black with #30FA15

Text Example


Text Example

White with #30FA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,21); }

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

background-color css

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

 a { background-color: rgb(48,250,21); }

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

border-color css

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

 span { border-color: rgb(48,250,21); }

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