Html Css Color HEX #2DE143 Lime Green

📋 copy color: '#2DE143'

red 45 ◦ green 225 ◦ blue 67

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

Shades of Lime Green #2DE143

Tints of Lime Green #2DE143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.88%

R = 13.35%
G = 66.77%
B = 19.88%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2DE143 (or 0x2DE143) is known color: Lime Green. HEX triplet: 2D, E1 and 43. RGB value is (45,225,67). Sum of RGB (Red+Green+Blue) = 45+225+67=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE143 is #D21EBC. Grayscale: #999999. Windows color (decimal): -13770429 or 4448557. OLE color: 4448557.

HSL color Cylindrical-coordinate representation of color #2DE143: hue angle of 127.33º 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 #2DE143 is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 67 -
CMYK 0.8 0 0.70 0.12
HSL 127.33º 0.75% 0.53% -
HSV(B) 127.33º 0.8% 0.88% -
XYZ 29.02 54.81 14.36 -
YUV 153.17 79.37 50.85 -
System Red Green Blue C M Y K H S L
Decimal 45 225 67 0.8 0 0.70 0.12 127.33 0.75 0.53
Hex 2D E1 43 50 0 46 C 7F 4B 35
Octal 55 341 103 120 0 106 14 177 113 65
Binary 101101 11100001 1000011 1010000 0 1000110 1100 1111111 1001011 110101

Color Harmonies of #2DE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE143

Black with #2DE143

Text Example


Text Example

White with #2DE143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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