Html Css Color HEX #2DE42B Lime Green

📋 copy color: '#2DE42B'

red 45 ◦ green 228 ◦ blue 43

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

Shades of Lime Green #2DE42B

Tints of Lime Green #2DE42B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.15%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 14.24%
G = 72.15%
B = 13.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#2DE42B (or 0x2DE42B) is known color: Lime Green. HEX triplet: 2D, E4 and 2B. RGB value is (45,228,43). Sum of RGB (Red+Green+Blue) = 45+228+43=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE42B is #D21BD4. Grayscale: #989898. Windows color (decimal): -13769685 or 2876461. OLE color: 2876461.

HSL color Cylindrical-coordinate representation of color #2DE42B: hue angle of 119.35º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE42B is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 228 43 -
CMYK 0.80 0 0.81 0.11
HSL 119.35º 0.77% 0.53% -
HSV(B) 119.35º 0.81% 0.89% -
XYZ 29.26 56.22 11.59 -
YUV 152.19 66.37 51.54 -
System Red Green Blue C M Y K H S L
Decimal 45 228 43 0.80 0 0.81 0.11 119.35 0.77 0.53
Hex 2D E4 2B 50 0 51 B 77 4D 35
Octal 55 344 53 120 0 121 13 167 115 65
Binary 101101 11100100 101011 1010000 0 1010001 1011 1110111 1001101 110101

Color Harmonies of #2DE42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE42B

Black with #2DE42B

Text Example


Text Example

White with #2DE42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,228,43); }

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

background-color css

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

 a { background-color: rgb(45,228,43); }

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

border-color css

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

 span { border-color: rgb(45,228,43); }

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