Html Css Color HEX #3DEC52 Lime Green

📋 copy color: '#3DEC52'

red 61 ◦ green 236 ◦ blue 82

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

Shades of Lime Green #3DEC52

Tints of Lime Green #3DEC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 16.09%
G = 62.27%
B = 21.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#3DEC52 (or 0x3DEC52) is known color: Lime Green. HEX triplet: 3D, EC and 52. RGB value is (61,236,82). Sum of RGB (Red+Green+Blue) = 61+236+82=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC52 is #C213AD. Grayscale: #A6A6A6. Windows color (decimal): -12719022 or 5434429. OLE color: 5434429.

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

Color convert

RGB 61 236 82 -
CMYK 0.74 0 0.65 0.07
HSL 127.2º 0.82% 0.58% -
HSV(B) 127.2º 0.74% 0.93% -
XYZ 33.44 61.59 18.11 -
YUV 166.12 80.52 53.02 -
System Red Green Blue C M Y K H S L
Decimal 61 236 82 0.74 0 0.65 0.07 127.2 0.82 0.58
Hex 3D EC 52 4A 0 41 7 7F 52 3A
Octal 75 354 122 112 0 101 7 177 122 72
Binary 111101 11101100 1010010 1001010 0 1000001 111 1111111 1010010 111010

Color Harmonies of #3DEC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEC52

Black with #3DEC52

Text Example


Text Example

White with #3DEC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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