Html Css Color HEX #2DCD3F Lime Green

📋 copy color: '#2DCD3F'

red 45 ◦ green 205 ◦ blue 63

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

Shades of Lime Green #2DCD3F

Tints of Lime Green #2DCD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 14.38%
G = 65.5%
B = 20.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#2DCD3F (or 0x2DCD3F) is known color: Lime Green. HEX triplet: 2D, CD and 3F. RGB value is (45,205,63). Sum of RGB (Red+Green+Blue) = 45+205+63=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD3F is #D232C0. Grayscale: #8D8D8D. Windows color (decimal): -13775553 or 4181293. OLE color: 4181293.

HSL color Cylindrical-coordinate representation of color #2DCD3F: hue angle of 126.75º 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 #2DCD3F is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 205 63 -
CMYK 0.78 0 0.69 0.20
HSL 126.75º 0.64% 0.49% -
HSV(B) 126.75º 0.78% 0.8% -
XYZ 23.81 44.58 12.05 -
YUV 140.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 45 205 63 0.78 0 0.69 0.20 126.75 0.64 0.49
Hex 2D CD 3F 4E 0 45 14 7F 40 31
Octal 55 315 77 116 0 105 24 177 100 61
Binary 101101 11001101 111111 1001110 0 1000101 10100 1111111 1000000 110001

Color Harmonies of #2DCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD3F

Black with #2DCD3F

Text Example


Text Example

White with #2DCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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