Html Css Color HEX #2DD81A Lime Green

📋 copy color: '#2DD81A'

red 45 ◦ green 216 ◦ blue 26

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

Shades of Lime Green #2DD81A

Tints of Lime Green #2DD81A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.26%

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

R = 15.68%
G = 75.26%
B = 9.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2DD81A (or 0x2DD81A) is known color: Lime Green. HEX triplet: 2D, D8 and 1A. RGB value is (45,216,26). Sum of RGB (Red+Green+Blue) = 45+216+26=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD81A is #D227E5. Grayscale: #8F8F8F. Windows color (decimal): -13772774 or 1759277. OLE color: 1759277.

HSL color Cylindrical-coordinate representation of color #2DD81A: hue angle of 114º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DD81A is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 216 26 -
CMYK 0.79 0 0.88 0.15
HSL 114º 0.79% 0.47% -
HSV(B) 114º 0.88% 0.85% -
XYZ 25.82 49.74 9.22 -
YUV 143.21 61.85 57.95 -
System Red Green Blue C M Y K H S L
Decimal 45 216 26 0.79 0 0.88 0.15 114 0.79 0.47
Hex 2D D8 1A 4F 0 58 F 72 4F 2F
Octal 55 330 32 117 0 130 17 162 117 57
Binary 101101 11011000 11010 1001111 0 1011000 1111 1110010 1001111 101111

Color Harmonies of #2DD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD81A

Black with #2DD81A

Text Example


Text Example

White with #2DD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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