Html Css Color HEX #2DDA43 Lime Green

📋 copy color: '#2DDA43'

red 45 ◦ green 218 ◦ blue 67

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

Shades of Lime Green #2DDA43

Tints of Lime Green #2DDA43

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.06%

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

R = 13.64%
G = 66.06%
B = 20.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#2DDA43 (or 0x2DDA43) is known color: Lime Green. HEX triplet: 2D, DA and 43. RGB value is (45,218,67). Sum of RGB (Red+Green+Blue) = 45+218+67=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA43 is #D225BC. Grayscale: #959595. Windows color (decimal): -13772221 or 4446765. OLE color: 4446765.

HSL color Cylindrical-coordinate representation of color #2DDA43: hue angle of 127.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA43 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 218 67 -
CMYK 0.79 0 0.69 0.15
HSL 127.63º 0.7% 0.52% -
HSV(B) 127.63º 0.79% 0.85% -
XYZ 27.17 51.11 13.74 -
YUV 149.06 81.69 53.78 -
System Red Green Blue C M Y K H S L
Decimal 45 218 67 0.79 0 0.69 0.15 127.63 0.7 0.52
Hex 2D DA 43 4F 0 45 F 80 46 34
Octal 55 332 103 117 0 105 17 200 106 64
Binary 101101 11011010 1000011 1001111 0 1000101 1111 10000000 1000110 110100

Color Harmonies of #2DDA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDA43

Black with #2DDA43

Text Example


Text Example

White with #2DDA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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