Html Css Color HEX #2ECF21 Lime Green

📋 copy color: '#2ECF21'

red 46 ◦ green 207 ◦ blue 33

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

Shades of Lime Green #2ECF21

Tints of Lime Green #2ECF21

RGB

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

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

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

R = 16.08%
G = 72.38%
B = 11.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#2ECF21 (or 0x2ECF21) is known color: Lime Green. HEX triplet: 2E, CF and 21. RGB value is (46,207,33). Sum of RGB (Red+Green+Blue) = 46+207+33=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF21 is #D130DE. Grayscale: #8B8B8B. Windows color (decimal): -13709535 or 2215726. OLE color: 2215726.

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

Color convert

RGB 46 207 33 -
CMYK 0.78 0 0.84 0.19
HSL 115.52º 0.73% 0.47% -
HSV(B) 115.52º 0.84% 0.81% -
XYZ 23.71 45.32 8.94 -
YUV 139.03 68.16 61.65 -
System Red Green Blue C M Y K H S L
Decimal 46 207 33 0.78 0 0.84 0.19 115.52 0.73 0.47
Hex 2E CF 21 4E 0 54 13 74 48 2F
Octal 56 317 41 116 0 124 23 164 110 57
Binary 101110 11001111 100001 1001110 0 1010100 10011 1110100 1001000 101111

Color Harmonies of #2ECF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF21

Black with #2ECF21

Text Example


Text Example

White with #2ECF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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