Html Css Color HEX #2CF613 Harlequin

📋 copy color: '#2CF613'

red 44 ◦ green 246 ◦ blue 19

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

Shades of Harlequin #2CF613

Tints of Harlequin #2CF613

RGB

 RED value IS 44 (17.58% from 255) = 14.24%

 GREEN value IS 246 (96.48% from 255) = 79.61%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 14.24%
G = 79.61%
B = 6.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#2CF613 (or 0x2CF613) is known color: Harlequin. HEX triplet: 2C, F6 and 13. RGB value is (44,246,19). Sum of RGB (Red+Green+Blue) = 44+246+19=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 246 (96.48% from 255 or 79.61% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF613 is #D309EC. Grayscale: #A0A0A0. Windows color (decimal): -13830637 or 1308204. OLE color: 1308204.

HSL color Cylindrical-coordinate representation of color #2CF613: hue angle of 113.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CF613 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 44 246 19 -
CMYK 0.82 0 0.92 0.04
HSL 113.39º 0.93% 0.52% -
HSV(B) 113.39º 0.92% 0.96% -
XYZ 34.11 66.49 11.65 -
YUV 159.72 48.58 45.46 -
System Red Green Blue C M Y K H S L
Decimal 44 246 19 0.82 0 0.92 0.04 113.39 0.93 0.52
Hex 2C F6 13 52 0 5C 4 71 5D 34
Octal 54 366 23 122 0 134 4 161 135 64
Binary 101100 11110110 10011 1010010 0 1011100 100 1110001 1011101 110100

Color Harmonies of #2CF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF613

Black with #2CF613

Text Example


Text Example

White with #2CF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CF613; }

 p { color: rgb(44,246,19); }

 H1.HeaderClassName
 {
   color: #2CF613;
 }
 .AnyTagClassName
 {
   color: #2CF613;
 }
</style>

background-color css

<style>
 a { background-color: #2CF613; }

 a { background-color: rgb(44,246,19); }

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

border-color css

<style>
 span { border-color: #2CF613; }

 span { border-color: rgb(44,246,19); }

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