Html Css Color HEX #3CD41E Lime Green

📋 copy color: '#3CD41E'

red 60 ◦ green 212 ◦ blue 30

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

Shades of Lime Green #3CD41E

Tints of Lime Green #3CD41E

RGB

 RED value IS 60 (23.83% from 255) = 19.87%

 GREEN value IS 212 (83.2% from 255) = 70.2%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 19.87%
G = 70.2%
B = 9.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#3CD41E (or 0x3CD41E) is known color: Lime Green. HEX triplet: 3C, D4 and 1E. RGB value is (60,212,30). Sum of RGB (Red+Green+Blue) = 60+212+30=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 212 (83.20% from 255 or 70.20% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD41E is #C32BE1. Grayscale: #929292. Windows color (decimal): -12790754 or 2020412. OLE color: 2020412.

HSL color Cylindrical-coordinate representation of color #3CD41E: hue angle of 110.11º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CD41E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 30 -
CMYK 0.72 0 0.86 0.17
HSL 110.11º 0.75% 0.47% -
HSV(B) 110.11º 0.86% 0.83% -
XYZ 25.64 48.14 9.17 -
YUV 145.8 62.64 66.8 -
System Red Green Blue C M Y K H S L
Decimal 60 212 30 0.72 0 0.86 0.17 110.11 0.75 0.47
Hex 3C D4 1E 48 0 56 11 6E 4B 2F
Octal 74 324 36 110 0 126 21 156 113 57
Binary 111100 11010100 11110 1001000 0 1010110 10001 1101110 1001011 101111

Color Harmonies of #3CD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD41E

Black with #3CD41E

Text Example


Text Example

White with #3CD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,212,30); }

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

background-color css

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

 a { background-color: rgb(60,212,30); }

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

border-color css

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

 span { border-color: rgb(60,212,30); }

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