Html Css Color HEX #2EFB0C Harlequin

📋 copy color: '#2EFB0C'

red 46 ◦ green 251 ◦ blue 12

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

Shades of Harlequin #2EFB0C

Tints of Harlequin #2EFB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 81.23%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 14.89%
G = 81.23%
B = 3.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#2EFB0C (or 0x2EFB0C) is known color: Harlequin. HEX triplet: 2E, FB and 0C. RGB value is (46,251,12). Sum of RGB (Red+Green+Blue) = 46+251+12=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 251 (98.44% from 255 or 81.23% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB0C is #D104F3. Grayscale: #A3A3A3. Windows color (decimal): -13698292 or 850734. OLE color: 850734.

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

Color convert

RGB 46 251 12 -
CMYK 0.82 0 0.95 0.02
HSL 111.46º 0.97% 0.52% -
HSV(B) 111.46º 0.95% 0.98% -
XYZ 35.69 69.6 11.9 -
YUV 162.46 43.08 44.93 -
System Red Green Blue C M Y K H S L
Decimal 46 251 12 0.82 0 0.95 0.02 111.46 0.97 0.52
Hex 2E FB C 52 0 5F 2 6F 61 34
Octal 56 373 14 122 0 137 2 157 141 64
Binary 101110 11111011 1100 1010010 0 1011111 10 1101111 1100001 110100

Color Harmonies of #2EFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB0C

Black with #2EFB0C

Text Example


Text Example

White with #2EFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,12); }

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

background-color css

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

 a { background-color: rgb(46,251,12); }

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

border-color css

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

 span { border-color: rgb(46,251,12); }

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