Html Css Color HEX #2DE81A Lime Green

📋 copy color: '#2DE81A'

red 45 ◦ green 232 ◦ blue 26

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

Shades of Lime Green #2DE81A

Tints of Lime Green #2DE81A

RGB

 RED value IS 45 (17.97% from 255) = 14.85%

 GREEN value IS 232 (91.02% from 255) = 76.57%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 14.85%
G = 76.57%
B = 8.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#2DE81A (or 0x2DE81A) is known color: Lime Green. HEX triplet: 2D, E8 and 1A. RGB value is (45,232,26). Sum of RGB (Red+Green+Blue) = 45+232+26=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 232 (91.02% from 255 or 76.57% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE81A is #D217E5. Grayscale: #999999. Windows color (decimal): -13768678 or 1763373. OLE color: 1763373.

HSL color Cylindrical-coordinate representation of color #2DE81A: hue angle of 114.47º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DE81A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 232 26 -
CMYK 0.81 0 0.89 0.09
HSL 114.47º 0.82% 0.51% -
HSV(B) 114.47º 0.89% 0.91% -
XYZ 30.13 58.35 10.65 -
YUV 152.6 56.55 51.25 -
System Red Green Blue C M Y K H S L
Decimal 45 232 26 0.81 0 0.89 0.09 114.47 0.82 0.51
Hex 2D E8 1A 51 0 59 9 72 52 33
Octal 55 350 32 121 0 131 11 162 122 63
Binary 101101 11101000 11010 1010001 0 1011001 1001 1110010 1010010 110011

Color Harmonies of #2DE81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE81A

Black with #2DE81A

Text Example


Text Example

White with #2DE81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,232,26); }

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

background-color css

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

 a { background-color: rgb(45,232,26); }

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

border-color css

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

 span { border-color: rgb(45,232,26); }

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