Html Css Color HEX #30FA02 Harlequin

📋 copy color: '#30FA02'

red 48 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #30FA02

Tints of Harlequin #30FA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 16%
G = 83.33%
B = 0.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#30FA02 (or 0x30FA02) is known color: Harlequin. HEX triplet: 30, FA and 02. RGB value is (48,250,2). Sum of RGB (Red+Green+Blue) = 48+250+2=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 250 (98.05% from 255 or 83.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FA02 is #CF05FD. Grayscale: #A2A2A2. Windows color (decimal): -13567486 or 195120. OLE color: 195120.

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

Color convert

RGB 48 250 2 -
CMYK 0.81 0 0.99 0.02
HSL 108.87º 0.98% 0.49% -
HSV(B) 108.87º 0.99% 0.98% -
XYZ 35.42 69 11.51 -
YUV 161.33 38.08 47.17 -
System Red Green Blue C M Y K H S L
Decimal 48 250 2 0.81 0 0.99 0.02 108.87 0.98 0.49
Hex 30 FA 2 51 0 63 2 6D 62 31
Octal 60 372 2 121 0 143 2 155 142 61
Binary 110000 11111010 10 1010001 0 1100011 10 1101101 1100010 110001

Color Harmonies of #30FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA02

Black with #30FA02

Text Example


Text Example

White with #30FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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