Html Css Color HEX #2ECF26 Lime Green

📋 copy color: '#2ECF26'

red 46 ◦ green 207 ◦ blue 38

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

Shades of Lime Green #2ECF26

Tints of Lime Green #2ECF26

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.13%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 15.81%
G = 71.13%
B = 13.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#2ECF26 (or 0x2ECF26) is known color: Lime Green. HEX triplet: 2E, CF and 26. RGB value is (46,207,38). Sum of RGB (Red+Green+Blue) = 46+207+38=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF26 is #D130D9. Grayscale: #8C8C8C. Windows color (decimal): -13709530 or 2543406. OLE color: 2543406.

HSL color Cylindrical-coordinate representation of color #2ECF26: hue angle of 117.16º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECF26 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 207 38 -
CMYK 0.78 0 0.82 0.19
HSL 117.16º 0.69% 0.48% -
HSV(B) 117.16º 0.82% 0.81% -
XYZ 23.79 45.35 9.33 -
YUV 139.6 70.66 61.24 -
System Red Green Blue C M Y K H S L
Decimal 46 207 38 0.78 0 0.82 0.19 117.16 0.69 0.48
Hex 2E CF 26 4E 0 52 13 75 45 30
Octal 56 317 46 116 0 122 23 165 105 60
Binary 101110 11001111 100110 1001110 0 1010010 10011 1110101 1000101 110000

Color Harmonies of #2ECF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF26

Black with #2ECF26

Text Example


Text Example

White with #2ECF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,207,38); }

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

background-color css

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

 a { background-color: rgb(46,207,38); }

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

border-color css

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

 span { border-color: rgb(46,207,38); }

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