Html Css Color HEX #2EFF21 Harlequin

📋 copy color: '#2EFF21'

red 46 ◦ green 255 ◦ blue 33

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

Shades of Harlequin #2EFF21

Tints of Harlequin #2EFF21

RGB

 RED value IS 46 (18.36% from 255) = 13.77%

 GREEN value IS 255 (100% from 255) = 76.35%

 BLUE value IS 33 (13.28% from 255) = 9.88%

R = 13.77%
G = 76.35%
B = 9.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#2EFF21 (or 0x2EFF21) is known color: Harlequin. HEX triplet: 2E, FF and 21. RGB value is (46,255,33). Sum of RGB (Red+Green+Blue) = 46+255+33=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF21 is #D100DE. Grayscale: #A7A7A7. Windows color (decimal): -13697247 or 2228014. OLE color: 2228014.

HSL color Cylindrical-coordinate representation of color #2EFF21: hue angle of 116.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EFF21 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 33 -
CMYK 0.82 0 0.87 0
HSL 116.49º 1% 0.56% -
HSV(B) 116.49º 0.87% 1% -
XYZ 37.16 72.21 13.42 -
YUV 167.2 52.26 41.55 -
System Red Green Blue C M Y K H S L
Decimal 46 255 33 0.82 0 0.87 0 116.49 1 0.56
Hex 2E FF 21 52 0 57 0 74 64 38
Octal 56 377 41 122 0 127 0 164 144 70
Binary 101110 11111111 100001 1010010 0 1010111 0 1110100 1100100 111000

Color Harmonies of #2EFF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF21

Black with #2EFF21

Text Example


Text Example

White with #2EFF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,33); }

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

background-color css

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

 a { background-color: rgb(46,255,33); }

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

border-color css

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

 span { border-color: rgb(46,255,33); }

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