Html Css Color HEX #2EFD08 Harlequin

📋 copy color: '#2EFD08'

red 46 ◦ green 253 ◦ blue 8

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

Shades of Harlequin #2EFD08

Tints of Harlequin #2EFD08

RGB

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

 GREEN value IS 253 (99.22% from 255) = 82.41%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 14.98%
G = 82.41%
B = 2.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#2EFD08 (or 0x2EFD08) is known color: Harlequin. HEX triplet: 2E, FD and 08. RGB value is (46,253,8). Sum of RGB (Red+Green+Blue) = 46+253+8=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 253 (99.22% from 255 or 82.41% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFD08 is #D102F7. Grayscale: #A3A3A3. Windows color (decimal): -13697784 or 589102. OLE color: 589102.

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

Color convert

RGB 46 253 8 -
CMYK 0.82 0 0.97 0.01
HSL 110.69º 0.98% 0.51% -
HSV(B) 110.69º 0.97% 0.99% -
XYZ 36.3 70.85 11.99 -
YUV 163.18 40.42 44.42 -
System Red Green Blue C M Y K H S L
Decimal 46 253 8 0.82 0 0.97 0.01 110.69 0.98 0.51
Hex 2E FD 8 52 0 61 1 6F 62 33
Octal 56 375 10 122 0 141 1 157 142 63
Binary 101110 11111101 1000 1010010 0 1100001 1 1101111 1100010 110011

Color Harmonies of #2EFD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD08

Black with #2EFD08

Text Example


Text Example

White with #2EFD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,8); }

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

background-color css

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

 a { background-color: rgb(46,253,8); }

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

border-color css

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

 span { border-color: rgb(46,253,8); }

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