Html Css Color HEX #2EFF3F Lime Green

📋 copy color: '#2EFF3F'

red 46 ◦ green 255 ◦ blue 63

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

Shades of Lime Green #2EFF3F

Tints of Lime Green #2EFF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.31%

R = 12.64%
G = 70.05%
B = 17.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#2EFF3F (or 0x2EFF3F) is known color: Lime Green. HEX triplet: 2E, FF and 3F. RGB value is (46,255,63). Sum of RGB (Red+Green+Blue) = 46+255+63=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF3F is #D100C0. Grayscale: #ABABAB. Windows color (decimal): -13697217 or 4194094. OLE color: 4194094.

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

Color convert

RGB 46 255 63 -
CMYK 0.82 0 0.75 0
HSL 124.88º 1% 0.59% -
HSV(B) 124.88º 0.82% 1% -
XYZ 37.78 72.46 16.7 -
YUV 170.62 67.26 39.11 -
System Red Green Blue C M Y K H S L
Decimal 46 255 63 0.82 0 0.75 0 124.88 1 0.59
Hex 2E FF 3F 52 0 4B 0 7D 64 3B
Octal 56 377 77 122 0 113 0 175 144 73
Binary 101110 11111111 111111 1010010 0 1001011 0 1111101 1100100 111011

Color Harmonies of #2EFF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF3F

Black with #2EFF3F

Text Example


Text Example

White with #2EFF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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