Html Css Color HEX #3CFB1F Harlequin

📋 copy color: '#3CFB1F'

red 60 ◦ green 251 ◦ blue 31

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

Shades of Harlequin #3CFB1F

Tints of Harlequin #3CFB1F

RGB

 RED value IS 60 (23.83% from 255) = 17.54%

 GREEN value IS 251 (98.44% from 255) = 73.39%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 17.54%
G = 73.39%
B = 9.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#3CFB1F (or 0x3CFB1F) is known color: Harlequin. HEX triplet: 3C, FB and 1F. RGB value is (60,251,31). Sum of RGB (Red+Green+Blue) = 60+251+31=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB1F is #C304E0. Grayscale: #A9A9A9. Windows color (decimal): -12780769 or 2095932. OLE color: 2095932.

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

Color convert

RGB 60 251 31 -
CMYK 0.76 0 0.88 0.02
HSL 112.09º 0.96% 0.55% -
HSV(B) 112.09º 0.88% 0.98% -
XYZ 36.61 70.05 12.89 -
YUV 168.81 50.22 50.39 -
System Red Green Blue C M Y K H S L
Decimal 60 251 31 0.76 0 0.88 0.02 112.09 0.96 0.55
Hex 3C FB 1F 4C 0 58 2 70 60 37
Octal 74 373 37 114 0 130 2 160 140 67
Binary 111100 11111011 11111 1001100 0 1011000 10 1110000 1100000 110111

Color Harmonies of #3CFB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFB1F

Black with #3CFB1F

Text Example


Text Example

White with #3CFB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,251,31); }

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

background-color css

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

 a { background-color: rgb(60,251,31); }

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

border-color css

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

 span { border-color: rgb(60,251,31); }

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