Html Css Color HEX #2DCD3D Lime Green

📋 copy color: '#2DCD3D'

red 45 ◦ green 205 ◦ blue 61

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

Shades of Lime Green #2DCD3D

Tints of Lime Green #2DCD3D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.92%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 14.47%
G = 65.92%
B = 19.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#2DCD3D (or 0x2DCD3D) is known color: Lime Green. HEX triplet: 2D, CD and 3D. RGB value is (45,205,61). Sum of RGB (Red+Green+Blue) = 45+205+61=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD3D is #D232C2. Grayscale: #8D8D8D. Windows color (decimal): -13775555 or 4050221. OLE color: 4050221.

HSL color Cylindrical-coordinate representation of color #2DCD3D: hue angle of 126º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCD3D is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 205 61 -
CMYK 0.78 0 0.70 0.20
HSL 126º 0.64% 0.49% -
HSV(B) 126º 0.78% 0.8% -
XYZ 23.76 44.56 11.76 -
YUV 140.74 82.99 59.71 -
System Red Green Blue C M Y K H S L
Decimal 45 205 61 0.78 0 0.70 0.20 126 0.64 0.49
Hex 2D CD 3D 4E 0 46 14 7E 40 31
Octal 55 315 75 116 0 106 24 176 100 61
Binary 101101 11001101 111101 1001110 0 1000110 10100 1111110 1000000 110001

Color Harmonies of #2DCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD3D

Black with #2DCD3D

Text Example


Text Example

White with #2DCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,205,61); }

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

background-color css

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

 a { background-color: rgb(45,205,61); }

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

border-color css

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

 span { border-color: rgb(45,205,61); }

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