Html Css Color HEX #2DDC1E Lime Green

📋 copy color: '#2DDC1E'

red 45 ◦ green 220 ◦ blue 30

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

Shades of Lime Green #2DDC1E

Tints of Lime Green #2DDC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.58%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 15.25%
G = 74.58%
B = 10.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2DDC1E (or 0x2DDC1E) is known color: Lime Green. HEX triplet: 2D, DC and 1E. RGB value is (45,220,30). Sum of RGB (Red+Green+Blue) = 45+220+30=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC1E is #D223E1. Grayscale: #929292. Windows color (decimal): -13771746 or 2022445. OLE color: 2022445.

HSL color Cylindrical-coordinate representation of color #2DDC1E: hue angle of 115.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DDC1E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 220 30 -
CMYK 0.80 0 0.86 0.14
HSL 115.26º 0.76% 0.49% -
HSV(B) 115.26º 0.86% 0.86% -
XYZ 26.91 51.84 9.82 -
YUV 146.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 45 220 30 0.80 0 0.86 0.14 115.26 0.76 0.49
Hex 2D DC 1E 50 0 56 E 73 4C 31
Octal 55 334 36 120 0 126 16 163 114 61
Binary 101101 11011100 11110 1010000 0 1010110 1110 1110011 1001100 110001

Color Harmonies of #2DDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDC1E

Black with #2DDC1E

Text Example


Text Example

White with #2DDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,220,30); }

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

background-color css

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

 a { background-color: rgb(45,220,30); }

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

border-color css

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

 span { border-color: rgb(45,220,30); }

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