Html Css Color HEX #2DD61A Lime Green

📋 copy color: '#2DD61A'

red 45 ◦ green 214 ◦ blue 26

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

Shades of Lime Green #2DD61A

Tints of Lime Green #2DD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.09%

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

R = 15.79%
G = 75.09%
B = 9.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#2DD61A (or 0x2DD61A) is known color: Lime Green. HEX triplet: 2D, D6 and 1A. RGB value is (45,214,26). Sum of RGB (Red+Green+Blue) = 45+214+26=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 214 (83.98% from 255 or 75.09% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD61A is #D229E5. Grayscale: #8E8E8E. Windows color (decimal): -13773286 or 1758765. OLE color: 1758765.

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

Color convert

RGB 45 214 26 -
CMYK 0.79 0 0.88 0.16
HSL 113.94º 0.78% 0.47% -
HSV(B) 113.94º 0.88% 0.84% -
XYZ 25.32 48.73 9.05 -
YUV 142.04 62.51 58.79 -
System Red Green Blue C M Y K H S L
Decimal 45 214 26 0.79 0 0.88 0.16 113.94 0.78 0.47
Hex 2D D6 1A 4F 0 58 10 72 4E 2F
Octal 55 326 32 117 0 130 20 162 116 57
Binary 101101 11010110 11010 1001111 0 1011000 10000 1110010 1001110 101111

Color Harmonies of #2DD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD61A

Black with #2DD61A

Text Example


Text Example

White with #2DD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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