Html Css Color HEX #2DDA3B Lime Green

📋 copy color: '#2DDA3B'

red 45 ◦ green 218 ◦ blue 59

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

Shades of Lime Green #2DDA3B

Tints of Lime Green #2DDA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 13.98%
G = 67.7%
B = 18.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#2DDA3B (or 0x2DDA3B) is known color: Lime Green. HEX triplet: 2D, DA and 3B. RGB value is (45,218,59). Sum of RGB (Red+Green+Blue) = 45+218+59=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA3B is #D225C4. Grayscale: #949494. Windows color (decimal): -13772229 or 3922477. OLE color: 3922477.

HSL color Cylindrical-coordinate representation of color #2DDA3B: hue angle of 124.86º 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 #2DDA3B is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 218 59 -
CMYK 0.79 0 0.73 0.15
HSL 124.86º 0.7% 0.52% -
HSV(B) 124.86º 0.79% 0.85% -
XYZ 26.94 51.02 12.56 -
YUV 148.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 45 218 59 0.79 0 0.73 0.15 124.86 0.7 0.52
Hex 2D DA 3B 4F 0 49 F 7D 46 34
Octal 55 332 73 117 0 111 17 175 106 64
Binary 101101 11011010 111011 1001111 0 1001001 1111 1111101 1000110 110100

Color Harmonies of #2DDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDA3B

Black with #2DDA3B

Text Example


Text Example

White with #2DDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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