Html Css Color HEX #2DE141 Lime Green

📋 copy color: '#2DE141'

red 45 ◦ green 225 ◦ blue 65

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

Shades of Lime Green #2DE141

Tints of Lime Green #2DE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.16%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 13.43%
G = 67.16%
B = 19.4%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#2DE141 (or 0x2DE141) is known color: Lime Green. HEX triplet: 2D, E1 and 41. RGB value is (45,225,65). Sum of RGB (Red+Green+Blue) = 45+225+65=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE141 is #D21EBE. Grayscale: #999999. Windows color (decimal): -13770431 or 4317485. OLE color: 4317485.

HSL color Cylindrical-coordinate representation of color #2DE141: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE141 is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 65 -
CMYK 0.8 0 0.71 0.12
HSL 126.67º 0.75% 0.53% -
HSV(B) 126.67º 0.8% 0.88% -
XYZ 28.96 54.79 14.05 -
YUV 152.94 78.37 51.01 -
System Red Green Blue C M Y K H S L
Decimal 45 225 65 0.8 0 0.71 0.12 126.67 0.75 0.53
Hex 2D E1 41 50 0 47 C 7F 4B 35
Octal 55 341 101 120 0 107 14 177 113 65
Binary 101101 11100001 1000001 1010000 0 1000111 1100 1111111 1001011 110101

Color Harmonies of #2DE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE141

Black with #2DE141

Text Example


Text Example

White with #2DE141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,225,65); }

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

background-color css

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

 a { background-color: rgb(45,225,65); }

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

border-color css

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

 span { border-color: rgb(45,225,65); }

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