Html Css Color HEX #3DF90F Harlequin

📋 copy color: '#3DF90F'

red 61 ◦ green 249 ◦ blue 15

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

Shades of Harlequin #3DF90F

Tints of Harlequin #3DF90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.62%

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

R = 18.77%
G = 76.62%
B = 4.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#3DF90F (or 0x3DF90F) is known color: Harlequin. HEX triplet: 3D, F9 and 0F. RGB value is (61,249,15). Sum of RGB (Red+Green+Blue) = 61+249+15=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 249 (97.66% from 255 or 76.62% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF90F is #C206F0. Grayscale: #A6A6A6. Windows color (decimal): -12715761 or 1046845. OLE color: 1046845.

HSL color Cylindrical-coordinate representation of color #3DF90F: hue angle of 108.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DF90F is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 249 15 -
CMYK 0.76 0 0.94 0.02
HSL 108.21º 0.95% 0.52% -
HSV(B) 108.21º 0.94% 0.98% -
XYZ 35.89 68.78 11.84 -
YUV 166.11 42.72 53.03 -
System Red Green Blue C M Y K H S L
Decimal 61 249 15 0.76 0 0.94 0.02 108.21 0.95 0.52
Hex 3D F9 F 4C 0 5E 2 6C 5F 34
Octal 75 371 17 114 0 136 2 154 137 64
Binary 111101 11111001 1111 1001100 0 1011110 10 1101100 1011111 110100

Color Harmonies of #3DF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF90F

Black with #3DF90F

Text Example


Text Example

White with #3DF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,249,15); }

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

background-color css

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

 a { background-color: rgb(61,249,15); }

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

border-color css

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

 span { border-color: rgb(61,249,15); }

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