Html Css Color HEX #2DD41B Lime Green

📋 copy color: '#2DD41B'

red 45 ◦ green 212 ◦ blue 27

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

Shades of Lime Green #2DD41B

Tints of Lime Green #2DD41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.65%

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 15.85%
G = 74.65%
B = 9.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#2DD41B (or 0x2DD41B) is known color: Lime Green. HEX triplet: 2D, D4 and 1B. RGB value is (45,212,27). Sum of RGB (Red+Green+Blue) = 45+212+27=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD41B is #D22BE4. Grayscale: #8D8D8D. Windows color (decimal): -13773797 or 1823789. OLE color: 1823789.

HSL color Cylindrical-coordinate representation of color #2DD41B: hue angle of 114.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DD41B is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 27 -
CMYK 0.79 0 0.87 0.17
HSL 114.16º 0.77% 0.47% -
HSV(B) 114.16º 0.87% 0.83% -
XYZ 24.82 47.72 8.94 -
YUV 140.98 63.67 59.54 -
System Red Green Blue C M Y K H S L
Decimal 45 212 27 0.79 0 0.87 0.17 114.16 0.77 0.47
Hex 2D D4 1B 4F 0 57 11 72 4D 2F
Octal 55 324 33 117 0 127 21 162 115 57
Binary 101101 11010100 11011 1001111 0 1010111 10001 1110010 1001101 101111

Color Harmonies of #2DD41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD41B

Black with #2DD41B

Text Example


Text Example

White with #2DD41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,212,27); }

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

background-color css

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

 a { background-color: rgb(45,212,27); }

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

border-color css

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

 span { border-color: rgb(45,212,27); }

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