Html Css Color HEX #3DF215 Harlequin

📋 copy color: '#3DF215'

red 61 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #3DF215

Tints of Harlequin #3DF215

RGB

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

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

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

R = 18.83%
G = 74.69%
B = 6.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#3DF215 (or 0x3DF215) is known color: Harlequin. HEX triplet: 3D, F2 and 15. RGB value is (61,242,21). Sum of RGB (Red+Green+Blue) = 61+242+21=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF215 is #C20DEA. Grayscale: #A3A3A3. Windows color (decimal): -12717547 or 1438269. OLE color: 1438269.

HSL color Cylindrical-coordinate representation of color #3DF215: hue angle of 109.14º 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 #3DF215 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 242 21 -
CMYK 0.75 0 0.91 0.05
HSL 109.14º 0.89% 0.52% -
HSV(B) 109.14º 0.91% 0.95% -
XYZ 33.81 64.55 11.39 -
YUV 162.69 48.03 55.47 -
System Red Green Blue C M Y K H S L
Decimal 61 242 21 0.75 0 0.91 0.05 109.14 0.89 0.52
Hex 3D F2 15 4B 0 5B 5 6D 59 34
Octal 75 362 25 113 0 133 5 155 131 64
Binary 111101 11110010 10101 1001011 0 1011011 101 1101101 1011001 110100

Color Harmonies of #3DF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF215

Black with #3DF215

Text Example


Text Example

White with #3DF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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