Html Css Color HEX #3DFA02 Harlequin

📋 copy color: '#3DFA02'

red 61 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #3DFA02

Tints of Harlequin #3DFA02

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

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

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

R = 19.49%
G = 79.87%
B = 0.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#3DFA02 (or 0x3DFA02) is known color: Harlequin. HEX triplet: 3D, FA and 02. RGB value is (61,250,2). Sum of RGB (Red+Green+Blue) = 61+250+2=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFA02 is #C205FD. Grayscale: #A6A6A6. Windows color (decimal): -12715518 or 195133. OLE color: 195133.

HSL color Cylindrical-coordinate representation of color #3DFA02: hue angle of 105.73º 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 #3DFA02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 250 2 -
CMYK 0.76 0 0.99 0.02
HSL 105.73º 0.98% 0.49% -
HSV(B) 105.73º 0.99% 0.98% -
XYZ 36.12 69.37 11.54 -
YUV 165.22 35.88 53.67 -
System Red Green Blue C M Y K H S L
Decimal 61 250 2 0.76 0 0.99 0.02 105.73 0.98 0.49
Hex 3D FA 2 4C 0 63 2 6A 62 31
Octal 75 372 2 114 0 143 2 152 142 61
Binary 111101 11111010 10 1001100 0 1100011 10 1101010 1100010 110001

Color Harmonies of #3DFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFA02

Black with #3DFA02

Text Example


Text Example

White with #3DFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DFA02; }

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

 H1.HeaderClassName
 {
   color: #3DFA02;
 }
 .AnyTagClassName
 {
   color: #3DFA02;
 }
</style>

background-color css

<style>
 a { background-color: #3DFA02; }

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

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

border-color css

<style>
 span { border-color: #3DFA02; }

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

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