Html Css Color HEX #2ECD28 Lime Green

📋 copy color: '#2ECD28'

red 46 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #2ECD28

Tints of Lime Green #2ECD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.45%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 15.81%
G = 70.45%
B = 13.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#2ECD28 (or 0x2ECD28) is known color: Lime Green. HEX triplet: 2E, CD and 28. RGB value is (46,205,40). Sum of RGB (Red+Green+Blue) = 46+205+40=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD28 is #D132D7. Grayscale: #8B8B8B. Windows color (decimal): -13710040 or 2673966. OLE color: 2673966.

HSL color Cylindrical-coordinate representation of color #2ECD28: hue angle of 117.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECD28 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 205 40 -
CMYK 0.78 0 0.80 0.20
HSL 117.82º 0.67% 0.48% -
HSV(B) 117.82º 0.8% 0.8% -
XYZ 23.34 44.4 9.35 -
YUV 138.65 72.32 61.92 -
System Red Green Blue C M Y K H S L
Decimal 46 205 40 0.78 0 0.80 0.20 117.82 0.67 0.48
Hex 2E CD 28 4E 0 50 14 76 43 30
Octal 56 315 50 116 0 120 24 166 103 60
Binary 101110 11001101 101000 1001110 0 1010000 10100 1110110 1000011 110000

Color Harmonies of #2ECD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD28

Black with #2ECD28

Text Example


Text Example

White with #2ECD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,40); }

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

background-color css

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

 a { background-color: rgb(46,205,40); }

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

border-color css

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

 span { border-color: rgb(46,205,40); }

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