Html Css Color HEX #3DCD2D Lime Green

📋 copy color: '#3DCD2D'

red 61 ◦ green 205 ◦ blue 45

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

Shades of Lime Green #3DCD2D

Tints of Lime Green #3DCD2D

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 61 205 45 -
CMYK 0.70 0 0.78 0.20
HSL 114º 0.64% 0.49% -
HSV(B) 114º 0.78% 0.8% -
XYZ 24.23 44.84 9.86 -
YUV 143.7 72.29 69.01 -
System Red Green Blue C M Y K H S L
Decimal 61 205 45 0.70 0 0.78 0.20 114 0.64 0.49
Hex 3D CD 2D 46 0 4E 14 72 40 31
Octal 75 315 55 106 0 116 24 162 100 61
Binary 111101 11001101 101101 1000110 0 1001110 10100 1110010 1000000 110001

Color Harmonies of #3DCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD2D

Black with #3DCD2D

Text Example


Text Example

White with #3DCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DCD2D; }

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

 H1.HeaderClassName
 {
   color: #3DCD2D;
 }
 .AnyTagClassName
 {
   color: #3DCD2D;
 }
</style>

background-color css

<style>
 a { background-color: #3DCD2D; }

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

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

border-color css

<style>
 span { border-color: #3DCD2D; }

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

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