Html Css Color HEX #2EFA21 Harlequin

📋 copy color: '#2EFA21'

red 46 ◦ green 250 ◦ blue 33

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

Shades of Harlequin #2EFA21

Tints of Harlequin #2EFA21

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.99%

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

R = 13.98%
G = 75.99%
B = 10.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#2EFA21 (or 0x2EFA21) is known color: Harlequin. HEX triplet: 2E, FA and 21. RGB value is (46,250,33). Sum of RGB (Red+Green+Blue) = 46+250+33=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA21 is #D105DE. Grayscale: #A4A4A4. Windows color (decimal): -13698527 or 2226734. OLE color: 2226734.

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

Color convert

RGB 46 250 33 -
CMYK 0.82 0 0.87 0.02
HSL 116.41º 0.96% 0.55% -
HSV(B) 116.41º 0.87% 0.98% -
XYZ 35.59 69.06 12.89 -
YUV 164.27 53.91 43.64 -
System Red Green Blue C M Y K H S L
Decimal 46 250 33 0.82 0 0.87 0.02 116.41 0.96 0.55
Hex 2E FA 21 52 0 57 2 74 60 37
Octal 56 372 41 122 0 127 2 164 140 67
Binary 101110 11111010 100001 1010010 0 1010111 10 1110100 1100000 110111

Color Harmonies of #2EFA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA21

Black with #2EFA21

Text Example


Text Example

White with #2EFA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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