Html Css Color HEX #3DEC2B Lime Green

📋 copy color: '#3DEC2B'

red 61 ◦ green 236 ◦ blue 43

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

Shades of Lime Green #3DEC2B

Tints of Lime Green #3DEC2B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.41%

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 17.94%
G = 69.41%
B = 12.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#3DEC2B (or 0x3DEC2B) is known color: Lime Green. HEX triplet: 3D, EC and 2B. RGB value is (61,236,43). Sum of RGB (Red+Green+Blue) = 61+236+43=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC2B is #C213D4. Grayscale: #A2A2A2. Windows color (decimal): -12719061 or 2878525. OLE color: 2878525.

HSL color Cylindrical-coordinate representation of color #3DEC2B: hue angle of 114.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DEC2B is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 236 43 -
CMYK 0.74 0 0.82 0.07
HSL 114.4º 0.84% 0.55% -
HSV(B) 114.4º 0.82% 0.93% -
XYZ 32.36 61.16 12.38 -
YUV 161.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 61 236 43 0.74 0 0.82 0.07 114.4 0.84 0.55
Hex 3D EC 2B 4A 0 52 7 72 54 37
Octal 75 354 53 112 0 122 7 162 124 67
Binary 111101 11101100 101011 1001010 0 1010010 111 1110010 1010100 110111

Color Harmonies of #3DEC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEC2B

Black with #3DEC2B

Text Example


Text Example

White with #3DEC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,236,43); }

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

background-color css

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

 a { background-color: rgb(61,236,43); }

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

border-color css

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

 span { border-color: rgb(61,236,43); }

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