Html Css Color HEX #3FF215 Harlequin

📋 copy color: '#3FF215'

red 63 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #3FF215

Tints of Harlequin #3FF215

RGB

 RED value IS 63 (25% from 255) = 19.33%

 GREEN value IS 242 (94.92% from 255) = 74.23%

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

R = 19.33%
G = 74.23%
B = 6.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#3FF215 (or 0x3FF215) is known color: Harlequin. HEX triplet: 3F, F2 and 15. RGB value is (63,242,21). Sum of RGB (Red+Green+Blue) = 63+242+21=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF215 is #C00DEA. Grayscale: #A3A3A3. Windows color (decimal): -12586475 or 1438271. OLE color: 1438271.

HSL color Cylindrical-coordinate representation of color #3FF215: hue angle of 108.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FF215 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 21 -
CMYK 0.74 0 0.91 0.05
HSL 108.6º 0.89% 0.52% -
HSV(B) 108.6º 0.91% 0.95% -
XYZ 33.94 64.62 11.39 -
YUV 163.29 47.7 56.47 -
System Red Green Blue C M Y K H S L
Decimal 63 242 21 0.74 0 0.91 0.05 108.6 0.89 0.52
Hex 3F F2 15 4A 0 5B 5 6D 59 34
Octal 77 362 25 112 0 133 5 155 131 64
Binary 111111 11110010 10101 1001010 0 1011011 101 1101101 1011001 110100

Color Harmonies of #3FF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF215

Black with #3FF215

Text Example


Text Example

White with #3FF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,242,21); }

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

background-color css

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

 a { background-color: rgb(63,242,21); }

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

border-color css

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

 span { border-color: rgb(63,242,21); }

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